Skip to content

Commit 2a9e5fa

Browse files
committed
Update documentation
1 parent fc2fb90 commit 2a9e5fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyatlan/client/asset.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1876,13 +1876,13 @@ def process_assets(
18761876
18771877
This function iteratively searches for assets using the search provider and processes each
18781878
unique asset using the provided callable function. The uniqueness of assets is determined
1879-
based on their GUIDs. If new assets are found in subsequent iterations that haven't been
1879+
based on their GUIDs. If new assets are found in later iterations that haven't been
18801880
processed yet, the process continues until no more new assets are available to process.
18811881
18821882
Arguments:
18831883
search: IndexSearchRequestProvider
18841884
The search provider that generates search queries and contains the criteria for
1885-
searching the assets.
1885+
searching the assets such as a FluentSearch.
18861886
func: Callable[[Asset], None]
18871887
A callable function that receives each unique asset as its parameter and performs
18881888
the required operations on it.

0 commit comments

Comments
 (0)