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/create_unimap.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/create_unimap.py')
| -rwxr-xr-x | docutils/tools/dev/create_unimap.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docutils/tools/dev/create_unimap.py b/docutils/tools/dev/create_unimap.py index a1a563a9e..27f545a01 100755 --- a/docutils/tools/dev/create_unimap.py +++ b/docutils/tools/dev/create_unimap.py @@ -71,6 +71,6 @@ print('# <https://www.w3.org/2003/entities/xml/unicode.xml>, written by') print('# David Carlisle and Sebastian Rahtz.') print('#') print('# The extraction has been done by the "create_unimap.py" script') -print('# located at <https://docutils.sourceforge.io/tools/dev/create_unimap.py>.') +print('# located at <https://docutils.sourceforge.io/tools/dev/create_unimap.py>.') # noqa:501 print('') print('unicode_map = %s' % pprint.pformat(unicode_map, indent=0)) |
