We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e33a5 commit 54cd34eCopy full SHA for 54cd34e
supabase/client.py
@@ -69,7 +69,7 @@ def table(self, table_name: str) -> SyncRequestBuilder:
69
70
Note that the supabase client uses the `from` method, but in Python,
71
this is a reserved keyword so we have elected to use the name `table`.
72
- Alternatively you can use the `._from()` method.
+ Alternatively you can use the `.from_()` method.
73
"""
74
return self.from_(table_name)
75
0 commit comments