Skip to content

Commit 68f397e

Browse files
committed
support for new String library
1 parent 73292cb commit 68f397e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

doc/libraries/lib2html.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
'operatingsystem': 'OperatingSystem', 'op': 'OperatingSystem',
1010
'telnet': 'Telnet', 'te': 'Telnet',
1111
'collections': 'Collections', 'co': 'Collections',
12+
'string': 'String', 'st': 'String',
1213
'screenshot': 'Screenshot', 'sc': 'Screenshot' }
1314

1415
sys.path.insert(0, os.path.join(ROOT,'tools','libdoc'))

0 commit comments

Comments
 (0)