correct string example for E501 exclusions

https://github.com/PyCQA/pycodestyle/issues/1064
This commit is contained in:
Anthony Sottile 2022-04-25 12:43:36 -04:00 committed by GitHub
parent aff9c854ae
commit 9f88dc3a67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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``