Skip to content

Commit

Permalink
Fix hyperlink in readme (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
kasium authored Oct 28, 2021
1 parent 5ecf5b0 commit 597dbf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ creating additional attributes on instances.

**B904**: Within an ``except`` clause, raise exceptions with ``raise ... from err``
or ``raise ... from None`` to distinguish them from errors in exception handling.
See [the exception chaining tutorial](https://docs.python.org/3/tutorial/errors.html#exception-chaining)
See `the exception chaining tutorial <https://docs.python.org/3/tutorial/errors.html#exception-chaining>`_
for details.

**B950**: Line too long. This is a pragmatic equivalent of
Expand Down

0 comments on commit 597dbf6

Please sign in to comment.