Skip to content

Commit 9e36ee2

Browse files
authored
Merge pull request #3 from astagi/patch-1
chore: missing ( in examples
2 parents 129dd04 + 7f07553 commit 9e36ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ client.list_files(
6464

6565
## Readable version
6666
print(
67-
client.list_spaces
67+
client.list_spaces(
6868
space_name=None # Optional if a space is already set
6969
string=True # Returns a fancy string
7070
)

0 commit comments

Comments
 (0)