Skip to content

Commit

Permalink
It is Issue sagemath#12345
Browse files Browse the repository at this point in the history
  • Loading branch information
kwankyu committed Dec 3, 2024
1 parent bf16199 commit 2e7e215
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/doc/en/developer/coding_in_python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -786,13 +786,13 @@ the procedure below:
class NewClass:
...
OldClass = NewClass # OldClass is deprecated. See Issue 12345.
OldClass = NewClass # OldClass is deprecated. See Issue #12345.
* **Removing a class:** add a comment:

.. CODE-BLOCK:: python
# OldClass is deprecated. See Issue 12345.
# OldClass is deprecated. See Issue #12345.
class OldClass:
Expand Down

0 comments on commit 2e7e215

Please sign in to comment.