mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
This commit is contained in:
parent
c92bf83a82
commit
fa089b9b0b
224 changed files with 539 additions and 136 deletions
|
@ -3,16 +3,18 @@
|
|||
|
||||
.. module:: unicodedata
|
||||
:synopsis: Access the Unicode Database.
|
||||
|
||||
.. moduleauthor:: Marc-André Lemburg <mal@lemburg.com>
|
||||
.. sectionauthor:: Marc-André Lemburg <mal@lemburg.com>
|
||||
.. sectionauthor:: Martin v. Löwis <martin@v.loewis.de>
|
||||
|
||||
|
||||
.. index::
|
||||
single: Unicode
|
||||
single: character
|
||||
pair: Unicode; database
|
||||
|
||||
--------------
|
||||
|
||||
This module provides access to the Unicode Character Database (UCD) which
|
||||
defines character properties for all Unicode characters. The data contained in
|
||||
this database is compiled from the `UCD version 8.0.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue