diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-24 11:57:19 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-24 11:57:19 -0600 |
commit | 2007255ef3c315bc1dae29043caaa40a16699a29 (patch) | |
tree | 4389b819b9d1f7388d9c132992de5b24ce52c1ea /languages/python/doc | |
parent | abcbb684982167791304dc2fe0bc979489506b43 (diff) | |
download | tdevelop-2007255ef3c315bc1dae29043caaa40a16699a29.tar.gz tdevelop-2007255ef3c315bc1dae29043caaa40a16699a29.zip |
Rename a few stragglers
Diffstat (limited to 'languages/python/doc')
-rw-r--r-- | languages/python/doc/python.toc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/languages/python/doc/python.toc b/languages/python/doc/python.toc index 342e213c..a0352dcc 100644 --- a/languages/python/doc/python.toc +++ b/languages/python/doc/python.toc @@ -293,7 +293,7 @@ </tocsect3> <tocsect3 name="7.2 Sequence Objects " url="api/sequenceObjects.html"> <tocsect4 name="7.2.1 String Objects " url="api/stringObjects.html"/> -<tocsect4 name="7.2.2 Unicode Objects " url="api/tqunicodeObjects.html"/> +<tocsect4 name="7.2.2 Unicode Objects " url="api/unicodeObjects.html"/> <tocsect4 name="7.2.3 Buffer Objects " url="api/bufferObjects.html"/> <tocsect4 name="7.2.4 Tuple Objects " url="api/tupleObjects.html"/> <tocsect4 name="7.2.5 List Objects " url="api/listObjects.html"/> @@ -410,7 +410,7 @@ <tocsect3 name="4.7 codecs -- Codec registry and base classes" url="lib/module-codecs.html"> <tocsect4 name="4.7.1 Codec Base Classes" url="lib/node80.html"/> </tocsect3> -<tocsect3 name="4.8 tqunicodedata -- Unicode Database" url="lib/module-tqunicodedata.html"/> +<tocsect3 name="4.8 unicodedata -- Unicode Database" url="lib/module-unicodedata.html"/> </tocsect2> <tocsect2 name="5. Miscellaneous Services" url="lib/misc.html"> <tocsect3 name="5.1 math -- Mathematical functions" url="lib/module-math.html"/> @@ -1362,7 +1362,7 @@ <entry name="string" url="ref/types.html#l2h-85"/> <entry name="object (continued), traceback" url="ref/types.html#l2h-127"/> <entry name="object (continued), tuple" url="ref/types.html#l2h-91"/> -<entry name="object (continued), tqunicode" url="ref/types.html#l2h-90"/> +<entry name="object (continued), unicode" url="ref/types.html#l2h-90"/> <entry name="object (continued), user-defined function" url="ref/types.html#l2h-103"/> <entry name="object (continued), user-defined method" url="ref/types.html#l2h-105"/> <entry name="oct() (built-in function)" url="ref/numeric-types.html#l2h-229"/> @@ -1544,8 +1544,8 @@ <entry name="unbinding, name" url="ref/execframes.html#l2h-243"/> <entry name="unichr() (built-in function)" url="ref/types.html#l2h-87"/> <entry name="Unicode" url="ref/types.html#l2h-90"/> -<entry name="tqunicode() (built-in function)" url="ref/types.html#l2h-89"/> -<entry name="tqunicode object" url="ref/types.html#l2h-90"/> +<entry name="unicode() (built-in function)" url="ref/types.html#l2h-89"/> +<entry name="unicode object" url="ref/types.html#l2h-90"/> <entry name="UNIX" url="ref/programs.html#l2h-439"/> <entry name="unreachable object" url="ref/objects.html#l2h-28"/> <entry name="unrecognized escape sequence" url="ref/strings.html#l2h-19"/> |