Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e128136

Browse files
committed
Minor typos
1 parent f196d3e commit e128136

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.overrides/upgrade-python-version.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ We are currently in branch 3.7, and we want to update the strings from 3.8.
77

88
#. Fetch the `lastet commit of 3.8 branch <https://github.com/python/cpython/commit/70fe95cdc9ac1b00d4f86b7525dca80caf7003e1>`_::
99

10+
cd cpython/
1011
git fetch --depth 1 origin 70fe95cdc9ac1b00d4f86b7525dca80caf7003e1
1112

1213
#. Checkout that commit locally::
@@ -34,6 +35,6 @@ We are currently in branch 3.7, and we want to update the strings from 3.8.
3435

3536
sed -i **/*.po -e "s|python-docs-es/cpython/||g"
3637

37-
#. Pass `powrap` to make the column with consistent::
38+
#. Pass `powrap` to make the column widths consistent::
3839

3940
powrap --modified

0 commit comments

Comments
 (0)