We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f729262 commit c5530c5Copy full SHA for c5530c5
src/doc/en/developer/coding_in_python.rst
@@ -56,7 +56,9 @@ using one of two mechanisms:
56
For example, on Linux distributions that only ship newer versions
57
of Python, the backport packages may not be available as
58
system packages. Hence, if there is a need to use the backport
59
- packages, they should be imported like this::
+ packages, they should be imported like this:
60
+
61
+ .. CODE-BLOCK:: python
62
63
import sys
64
@@ -102,7 +104,7 @@ eventually be changed so that the trailing underscore is always
102
104
included. This section describes these special methods.
103
105
106
All objects in Sage should derive from the Cython extension class
-``SageObject``:
107
+:class:`SageObject`:
108
109
.. CODE-BLOCK:: python
110
0 commit comments