Skip to content

Commit ce9780e

Browse files
committed
removed ':' from end of the line in python3 print in developer documentation
1 parent 033715f commit ce9780e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/doc/en/developer/coding_basics.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,8 +1040,7 @@ written.
10401040
tab stops at columns 48, 56, 64, ... for these tags.
10411041

10421042
- **Python3 print:** In SageMath code and doctests, adhere to Python 3
1043-
syntax for the print function. Use parentheses as follows:::
1044-
1043+
syntax for the print function. Use parentheses as follows::
10451044
sage: print("but like this")
10461045
but like this
10471046

0 commit comments

Comments
 (0)