Skip to content

Commit 78663e5

Browse files
Matthias Köppejhpalmieri
andcommitted
Apply suggestions from code review
Co-authored-by: John H. Palmieri <jhpalmieri64@gmail.com>
1 parent cdcdb8f commit 78663e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/doc/en/installation/source.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ Installation steps
387387
#. Follow the procedure in the file `README.md <https://github.com/sagemath/sage/#readme>`_
388388
in ``SAGE_ROOT``.
389389

390-
#. If you need wish to prepare for having to build Sage in an environment
390+
#. If you wish to prepare for having to build Sage in an environment
391391
without sufficient Internet connectivity:
392392

393393
- After running ``configure``, you can use ``make download`` to force
@@ -402,13 +402,13 @@ Installation steps
402402
in the Release Assets, which contains a prepopulated subdirectory
403403
``upstream``.
404404

405-
After downloading the source tarball ```sage-x.y.tar.gz``` into
406-
a directory ```~/sage/```::
405+
After downloading the source tarball ``sage-x.y.tar.gz`` into
406+
a directory ``~/sage/``::
407407

408408
$ cd ~/sage/
409409
$ tar xf sage-x.y.tar.gz # adapt x.y; takes a while
410410

411-
This creates the subdirectory `````sage-x.y```. Now change into it::
411+
This creates the subdirectory ``sage-x.y``. Now change into it::
412412

413413
$ cd sage-x.y/ # adapt x.y
414414

0 commit comments

Comments
 (0)