Skip to content

Commit

Permalink
Merge pull request #1586 from PyCQA/asottile-patch-1
Browse files Browse the repository at this point in the history
correct string example for E501 exclusions
  • Loading branch information
asottile committed Apr 25, 2022
2 parents aff9c85 + 9f88dc3 commit 5957479
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/user/options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``

Expand Down

0 comments on commit 5957479

Please sign in to comment.