From 606fc987ca2a3cf50b7bb0f191736365fcd962ab Mon Sep 17 00:00:00 2001 From: BryanFauble <17128019+BryanFauble@users.noreply.github.com> Date: Tue, 7 Jan 2025 16:20:41 -0700 Subject: [PATCH] Correct docstring --- synapseclient/models/table.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synapseclient/models/table.py b/synapseclient/models/table.py index 7e11cf0fd..cb0995926 100644 --- a/synapseclient/models/table.py +++ b/synapseclient/models/table.py @@ -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