We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ecf5b0 commit 597dbf6Copy full SHA for 597dbf6
README.rst
@@ -161,7 +161,7 @@ creating additional attributes on instances.
161
162
**B904**: Within an ``except`` clause, raise exceptions with ``raise ... from err``
163
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)
+See `the exception chaining tutorial <https://docs.python.org/3/tutorial/errors.html#exception-chaining>`_
165
for details.
166
167
**B950**: Line too long. This is a pragmatic equivalent of
0 commit comments