Skip to content

Commit 7ce603f

Browse files
author
Kevin D Smith
committed
Fix doc string about allowed types to __setitem__
1 parent 24d0586 commit 7ce603f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swat/cas/table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7467,7 +7467,7 @@ def __setitem__(self, key, value):
74677467
----------
74687468
key : string
74697469
The name of the column.
7470-
value : :class:`CASColumn` or any
7470+
value : :class:`CASColumn` or string or numeric or bool
74717471
The value of the column.
74727472
74737473
'''

0 commit comments

Comments
 (0)