mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-02 03:46:53 +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
|
||||
|
||||
url = (
|
||||
'https://...'
|
||||
)
|
||||
url = '''\
|
||||
https://...
|
||||
'''
|
||||
|
||||
This defaults to: ``79``
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue