diff options
author | jianghuyiyuan <shuangcui@live.com> | 2024-08-01 00:26:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-01 00:26:09 (GMT) |
commit | 46f5a4f9e1781ad8d60eb53bbaf6cd8534a286cd (patch) | |
tree | 8278a9c7c1cc9ba012e5547ddb15849ae8873194 /Doc/using | |
parent | 06656e259bc9b2c3cf8a23bdc6e4acb052c56e1f (diff) | |
download | cpython-46f5a4f9e1781ad8d60eb53bbaf6cd8534a286cd.zip cpython-46f5a4f9e1781ad8d60eb53bbaf6cd8534a286cd.tar.gz cpython-46f5a4f9e1781ad8d60eb53bbaf6cd8534a286cd.tar.bz2 |
Fix typos in docs, error messages and comments (#122502)
Signed-off-by: jianghuyiyuan <shuangcui@live.com>
Diffstat (limited to 'Doc/using')
-rw-r--r-- | Doc/using/configure.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/using/configure.rst b/Doc/using/configure.rst index 32adfb0..6a4a52b 100644 --- a/Doc/using/configure.rst +++ b/Doc/using/configure.rst @@ -1120,7 +1120,7 @@ Remove built files. make distclean ^^^^^^^^^^^^^^ -In addition to the the work done by ``make clean``, remove files +In addition to the work done by ``make clean``, remove files created by the configure script. ``configure`` will have to be run before building again. [#]_ |