diff options
| author | Serhiy Storchaka <storchaka@gmail.com> | 2016-05-07 10:49:07 +0300 |
|---|---|---|
| committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-05-07 10:49:07 +0300 |
| commit | 6dff0205b724669cc0469dd65a3f7edc5a69e1e7 (patch) | |
| tree | b909a98cf8b2d7820f897b89e3114b7b1844f037 /Doc/reference/lexical_analysis.rst | |
| parent | 64099ea58ea61c8f37c1fd9f673e0ded59600209 (diff) | |
| download | cpython-git-6dff0205b724669cc0469dd65a3f7edc5a69e1e7.tar.gz | |
Issue #26736: Used HTTPS for external links in the documentation if possible.
Diffstat (limited to 'Doc/reference/lexical_analysis.rst')
| -rw-r--r-- | Doc/reference/lexical_analysis.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/reference/lexical_analysis.rst b/Doc/reference/lexical_analysis.rst index b669d84149..71964d71e6 100644 --- a/Doc/reference/lexical_analysis.rst +++ b/Doc/reference/lexical_analysis.rst @@ -322,7 +322,7 @@ of identifiers is based on NFKC. A non-normative HTML file listing all valid identifier characters for Unicode 4.1 can be found at -http://www.dcl.hpi.uni-potsdam.de/home/loewis/table-3131.html. +https://www.dcl.hpi.uni-potsdam.de/home/loewis/table-3131.html. .. _keywords: |
