diff options
author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2022-03-05 23:28:32 +0000 |
---|---|---|
committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2022-03-05 23:28:32 +0000 |
commit | 9d0a53389e9df5f921ec2d4134f64f85eb894664 (patch) | |
tree | 6df81ee12a56d8f60aeed08b70887425f10c6ea5 /docutils/tools/dev/generate_punctuation_chars.py | |
parent | 78579d742e01ddf9896faa562e5984a2341f36d4 (diff) | |
download | docutils-9d0a53389e9df5f921ec2d4134f64f85eb894664.tar.gz |
Avoid too long lines.
flake8 rule E501: line too long (N > 79 characters)
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9030 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/tools/dev/generate_punctuation_chars.py')
-rw-r--r-- | docutils/tools/dev/generate_punctuation_chars.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docutils/tools/dev/generate_punctuation_chars.py b/docutils/tools/dev/generate_punctuation_chars.py index 9d9869243..2810158e1 100644 --- a/docutils/tools/dev/generate_punctuation_chars.py +++ b/docutils/tools/dev/generate_punctuation_chars.py @@ -77,10 +77,12 @@ import unicodedata The category of some characters changed with the development of the Unicode standard. The current lists are generated with the help of the - "unicodedata" module of Python %(python_version)s (based on Unicode version %(unidata_version)s). + "unicodedata" module of Python %(python_version)s + (based on Unicode version %(unidata_version)s). .. _inline markup recognition rules: - https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#inline-markup-recognition-rules + https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html + #inline-markup-recognition-rules """ %(openers)s |