Skip to content

Commit 597dbf6

Browse files
authored
Fix hyperlink in readme (#199)
1 parent 5ecf5b0 commit 597dbf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ creating additional attributes on instances.
161161

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

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

0 commit comments

Comments
 (0)