Skip to content

Commit 1fd41c8

Browse files
authored
Fix typo in Str docstring (#1292)
1 parent 366d7c9 commit 1fd41c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

traits/trait_types.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ def create_editor(self):
361361

362362

363363
class Str(BaseStr):
364-
""" A fast-validating trait type whose value must be a complex number.
364+
""" A fast-validating trait type whose value must be a string.
365365
"""
366366

367367
#: The C-level fast validator to use:

0 commit comments

Comments
 (0)