Skip to content

Commit

Permalink
35665: add some docs and fix pycodestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
soehms committed May 22, 2023
1 parent dd71d18 commit ff44af3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/sage/knots/link.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
- Sebastian Oehms (October 2020, add :meth:`get_knotinfo` and :meth:`is_isotopic`)
- Sebastian Oehms (May 2022): add :meth:`links_gould_polynomial`
- Sebastian Oehms (May 2023): change the convention about the ``pd_code`` from
clockwise to anti-clockwise.
clockwise to anti-clockwise (see :trac:`35665`).
"""

# ****************************************************************************
Expand Down Expand Up @@ -1368,7 +1368,10 @@ def pd_code(self):
Until version 10.0 the convention to read the ``PD`` code has been
to list the components in clockwise direction. As of version 10.1
the convention has changed, since it was opposite to the usage in
most other places.
most other places.
Thus, if you use ``PD`` codes from former Sage releases with this
version you should check for the correct mirror type.
EXAMPLES::
Expand Down

0 comments on commit ff44af3

Please sign in to comment.