diff options
| author | Tomaz Solc <tomaz.solc@tablix.org> | 2019-01-19 11:45:21 +0100 |
|---|---|---|
| committer | Tomaz Solc <tomaz.solc@tablix.org> | 2019-01-19 11:45:21 +0100 |
| commit | 4745ce3884c9cedbfe914ce4bdc32a6e54b77db7 (patch) | |
| tree | 38f2a6ed8f978dba66291be088f0978690d19ccf | |
| parent | 38c8ecab351d1dc6f6230e9db0419071f78ca030 (diff) | |
| download | unidecode-4745ce3884c9cedbfe914ce4bdc32a6e54b77db7.tar.gz | |
Add link for PEP 261.
| -rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -92,8 +92,8 @@ return True:: >>> sys.maxunicode > 0xffff True -See PEP 261 for details regarding support for "wide" Unicode characters in -Python. +See `PEP 261 <https://www.python.org/dev/peps/pep-0261/>`_ for details +regarding support for "wide" Unicode characters in Python. Installation |
