Skip to content

Commit 54cd34e

Browse files
anand2312Dani Reinón
authored andcommitted
fix: typo in docstring
1 parent c3e33a5 commit 54cd34e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supabase/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def table(self, table_name: str) -> SyncRequestBuilder:
6969
7070
Note that the supabase client uses the `from` method, but in Python,
7171
this is a reserved keyword so we have elected to use the name `table`.
72-
Alternatively you can use the `._from()` method.
72+
Alternatively you can use the `.from_()` method.
7373
"""
7474
return self.from_(table_name)
7575

0 commit comments

Comments
 (0)