Skip to content

Commit

Permalink
python/style_guide: Remove stray URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed May 9, 2024
1 parent 9e2dcbe commit 9e9cf7f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/python/style_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ Exceptions
Warnings
--------


https://docs.python.org/3/library/warnings.html#warnings.warn

- Do not add or override any methods in a `Warning <https://docs.python.org/3/library/warnings.html>`__ subclass. In particular, do not add required positional arguments to the ``__init__`` method.

.. admonition:: Why?
Expand Down

0 comments on commit 9e9cf7f

Please sign in to comment.