Skip to content

Commit

Permalink
Correct docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed Jan 7, 2025
1 parent 2e0f3f6 commit 606fc98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapseclient/models/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ class Table(TableSynchronousProtocol, AccessControllable):
# Prints out the stored data about this specific column
print(table.columns["my_string_column"])
Example: Create a table with a new columns
Example: Create a table with columns
This example shows how you may create a new table with a list of columns.
from synapseclient import Synapse
Expand Down

0 comments on commit 606fc98

Please sign in to comment.