Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fb36e66

Browse files
committed
adjust docs for unicode 6.1
1 parent 71f660e commit fb36e66

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/library/unicodedata.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515

1616
This module provides access to the Unicode Character Database (UCD) which
1717
defines character properties for all Unicode characters. The data contained in
18-
this database is compiled from the `UCD version 6.0.0
19-
<http://www.unicode.org/Public/6.0.0/ucd>`_.
18+
this database is compiled from the `UCD version 6.1.0
19+
<http://www.unicode.org/Public/6.1.0/ucd>`_.
2020

2121
The module uses the same names and symbols as defined by Unicode
2222
Standard Annex #44, `"Unicode Character Database"
@@ -166,6 +166,6 @@ Examples:
166166

167167
.. rubric:: Footnotes
168168

169-
.. [#] http://www.unicode.org/Public/6.0.0/ucd/NameAliases.txt
169+
.. [#] http://www.unicode.org/Public/6.1.0/ucd/NameAliases.txt
170170
171-
.. [#] http://www.unicode.org/Public/6.0.0/ucd/NamedSequences.txt
171+
.. [#] http://www.unicode.org/Public/6.1.0/ucd/NamedSequences.txt

0 commit comments

Comments
 (0)