File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments