Skip to content

Commit 28788b1

Browse files
committed
Fix some typos
1 parent 16a9da0 commit 28788b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/doc/en/constructions/algebraic_geometry.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ algorithm. Here is an example of the syntax:
3838
sage: C.rational_points(algorithm="bn")
3939
[(0 : 0 : 1), (0 : 1 : 0), (2 : 2 : 1), (2 : 3 : 1), (3 : 1 : 1), (3 : 4 : 1)]
4040

41-
The option ``algorithm="bn`` uses Sage's Singular interface and
41+
The option ``algorithm="bn"`` uses Sage's Singular interface and
4242
calls the ``brnoeth`` package.
4343

4444
Here is another example using Sage's ``rational_points`` applied to

src/doc/en/constructions/interface_issues.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Sage and other computer algebra systems
9292

9393
If ``foo`` is a Pari, GAP ( without ending semicolon), Singular,
9494
Maxima command, resp., enter ``gp("foo")`` for Pari,
95-
``libgap.eval("foo")}`` ``singular.eval("foo")``, ``maxima("foo")``, resp..
95+
``libgap.eval("foo")`` ``singular.eval("foo")``, ``maxima("foo")``, resp..
9696
These programs merely send the command string to the external
9797
program, execute it, and read the result back into Sage. Therefore,
9898
these will not work if the external program is not installed and in

0 commit comments

Comments
 (0)