Skip to content

Commit d887d44

Browse files
committed
Use rerun instead of re-run
1 parent b12e9dc commit d887d44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/doc/en/developer/packaging.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ the following source types:
7979
(see :ref:`section-spkg-install`);
8080

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

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

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

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

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

127127
#. A ``dummy`` package:

0 commit comments

Comments
 (0)