mirror of
https://github.com/python/cpython.git
synced 2025-07-12 13:55:34 +00:00
Fix typos in comments, documentation and test method names
This commit is contained in:
parent
129fe04d4d
commit
f0564164ba
10 changed files with 12 additions and 12 deletions
|
@ -58,7 +58,7 @@ case "${BSH}" in
|
|||
fi
|
||||
echo "" >> "${RC}"
|
||||
echo "# Setting PATH for Python ${PYVER}" >> "${RC}"
|
||||
echo "# The orginal version is saved in .cshrc.pysave" >> "${RC}"
|
||||
echo "# The original version is saved in .cshrc.pysave" >> "${RC}"
|
||||
echo "set path=(${PYTHON_ROOT}/bin "'$path'")" >> "${RC}"
|
||||
if [ `id -ur` = 0 ]; then
|
||||
chown "${USER}" "${RC}"
|
||||
|
@ -90,7 +90,7 @@ if [ -f "${PR}" ]; then
|
|||
fi
|
||||
echo "" >> "${PR}"
|
||||
echo "# Setting PATH for Python ${PYVER}" >> "${PR}"
|
||||
echo "# The orginal version is saved in `basename ${PR}`.pysave" >> "${PR}"
|
||||
echo "# The original version is saved in `basename ${PR}`.pysave" >> "${PR}"
|
||||
echo 'PATH="'"${PYTHON_ROOT}/bin"':${PATH}"' >> "${PR}"
|
||||
echo 'export PATH' >> "${PR}"
|
||||
if [ `id -ur` = 0 ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue