Skip to content

Commit 022a21e

Browse files
committed
change second paragraph
1 parent 9599e38 commit 022a21e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

py5_docs/Reference/api_en/Py5Tools_processing_download_library.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ library_name: str - name of Processing library
1313
@@ description
1414
Download and store a Processing library. These are the same libraries available to you in the Library Manager when you use the Processing Development Environment (PDE). After this function downloads a Processing library, it will be available for you to import in Python after you import py5.
1515

16-
The library's files will be saved in the Processing library storage directory. Use [](py5tools_processing_library_storage_dir) to get the specific location of the storage directory on your machine.
16+
Downloaded libraries will be saved in the Processing library storage directory. Use [](py5tools_processing_library_storage_dir) to get the specific location of the storage directory on your machine.

py5_docs/Reference/api_en/Py5Tools_processing_installed_libraries.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ processing_installed_libraries() -> list[str]
1010
@@ description
1111
List the Processing libraries stored in your computer's Processing library storage directory. These are all of the Processing libraries that have been installed using the [](py5tools_processing_download_library) function. To get the location of the library storage directory, use the [](py5tools_processing_library_storage_dir) function.
1212

13-
The Processing libraries are the same libraries available to you in the Library Manager when you use the Processing Development Environment (PDE). Any installed libraries will be available for you to import in Python after you import py5.
13+
Downloaded libraries will be saved in the Processing library storage directory. Use [](py5tools_processing_library_storage_dir) to get the specific location of the storage directory on your machine.

0 commit comments

Comments
 (0)