Skip to content

Commit 556b835

Browse files
committed
Fix library search example
1 parent d6dbaa4 commit 556b835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameioclient/services/search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def library(
3737
3838
Example::
3939
40-
client.assets.search(
40+
client.search.library(
4141
query="Final",
4242
type="file",
4343
sort="name"

0 commit comments

Comments
 (0)