Skip to content

Commit 7fa1092

Browse files
committed
removed the python Print3 statement and Doctest from developer documentation
1 parent ce9780e commit 7fa1092

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/doc/en/developer/coding_basics.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1039,11 +1039,6 @@ written.
10391039
The :ref:`doctest fixer <section-fixdoctests-optional-needs>` uses
10401040
tab stops at columns 48, 56, 64, ... for these tags.
10411041

1042-
- **Python3 print:** In SageMath code and doctests, adhere to Python 3
1043-
syntax for the print function. Use parentheses as follows::
1044-
sage: print("but like this")
1045-
but like this
1046-
10471042
- **Split long lines:** You may want to split long lines of code with a
10481043
backslash. Note: this syntax is non-standard and may be removed in the
10491044
future::

0 commit comments

Comments
 (0)