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

Commit

Permalink
Use rerun instead of re-run
Browse files Browse the repository at this point in the history
  • Loading branch information
kwankyu committed Aug 29, 2022
1 parent b12e9dc commit d887d44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/doc/en/developer/packaging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ the following source types:
(see :ref:`section-spkg-install`);

- Sage records the version number of the package installed using a file in
``$SAGE_LOCAL/var/lib/sage/installed/`` and will re-run the installation
``$SAGE_LOCAL/var/lib/sage/installed/`` and will rerun the installation
if ``package-version.txt`` changes.

#. A ``wheel`` package:
Expand All @@ -93,7 +93,7 @@ the following source types:
- its version number is defined by the required file ``package-version.txt``;

- Sage records the version number of the package installed using a file in
``$SAGE_LOCAL/var/lib/sage/installed/`` and will re-run the installation
``$SAGE_LOCAL/var/lib/sage/installed/`` and will rerun the installation
if ``package-version.txt`` changes.

#. A ``pip`` package:
Expand Down Expand Up @@ -121,7 +121,7 @@ the following source types:
(see :ref:`section-spkg-install`);

- Sage records the version number of the package installed using a file in
``$SAGE_LOCAL/var/lib/sage/installed/`` and will re-run the installation
``$SAGE_LOCAL/var/lib/sage/installed/`` and will rerun the installation
if ``package-version.txt`` changes.

#. A ``dummy`` package:
Expand Down

0 comments on commit d887d44

Please sign in to comment.