mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-14 00:14:46 +00:00
correct string example for E501 exclusions
https://github.com/PyCQA/pycodestyle/issues/1064
This commit is contained in:
parent
aff9c854ae
commit
9f88dc3a67
1 changed files with 3 additions and 3 deletions
|
|
@ -568,9 +568,9 @@ Options and their Descriptions
|
||||||
|
|
||||||
# https://some-super-long-domain-name.com/with/some/very/long/path
|
# https://some-super-long-domain-name.com/with/some/very/long/path
|
||||||
|
|
||||||
url = (
|
url = '''\
|
||||||
'https://...'
|
https://...
|
||||||
)
|
'''
|
||||||
|
|
||||||
This defaults to: ``79``
|
This defaults to: ``79``
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue