Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Reviewers comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
jm58660 committed Oct 17, 2016
1 parent f61ed30 commit 1b06af9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/doc/en/developer/coding_basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ information. You can use the existing functions of Sage as templates.
They should have good coverage of the functionality in question.

- A **SEEALSO** block (highly recommended) with links to related parts of
Sage. This helps users find the features that interests them and discover
Sage. This helps users find the features that interest them and discover
the new ones. ::

.. SEEALSO::
Expand Down Expand Up @@ -489,7 +489,7 @@ indentation:
.. [BCDT] Breuil, Conrad, Diamond, Taylor,
"Modularity ...."

TESTS::
TESTS::

sage: A.point(42, 0) # Check for corner case y=0
xxx
Expand Down Expand Up @@ -1084,7 +1084,7 @@ to look polished and professional.

* Function parameter names:

* Use ``algorithm`` (instead of ``method``) if there are several
algorithms or backend programs to select from.
* Use ``certificate`` (instead of ``certify``) if the function can
optionally return some kind of certificate together with the result.
* Use ``algorithm`` if there are several algorithms or backend programs
to select from.
* Use ``certificate`` if the function can optionally return some kind
of certificate together with the result.

0 comments on commit 1b06af9

Please sign in to comment.