Skip to content

Commit d1d859d

Browse files
Release Managervbraun
Release Manager
authored andcommitted
Trac #22000: The coding conventions for INPUT: blocks have periods
There should not be periods on the `INPUT:` blocks as they are not complete sentences and the majority of documentation does not include them. URL: https://trac.sagemath.org/22000 Reported by: tscrim Ticket author(s): Travis Scrimshaw Reviewer(s): Paul Masson
2 parents 0d7c45d + 4f672bf commit d1d859d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/en/developer/coding_basics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ information. You can use the existing functions of Sage as templates.
256256

257257
INPUT:
258258

259-
- ``p`` -- (default: 2) a positive prime integer.
259+
- ``p`` -- (default: 2) a positive prime integer
260260

261261
OUTPUT:
262262

0 commit comments

Comments
 (0)