Skip to content

Commit 8b7f167

Browse files
committed
Fix typo
1 parent b4459ed commit 8b7f167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ for version in "${versions[@]}"; do
1616
# <span class="release-number"><a href="/downloads/release/python-278/">Python 2.7.8</a></span>
1717
# <span class="release-number"><a href="/downloads/release/python-341/">Python 3.4.1</a></span>
1818
fullVersion="$(curl -fsSL 'https://www.python.org/downloads/' | awk -F 'Python |</a>' '/<span class="release-number"><a[^>]+>Python '"$version"'./ { print $2 }' | grep -v 'rc' | sort -V | tail -1)"
19-
# TODO figure out a better want to handle RCs than just filtering them out wholesale
19+
# TODO figure out a better way to handle RCs than just filtering them out
2020
if [ -z "$fullVersion" ]; then
2121
echo >&2 "warning: cannot find $version"
2222
continue

0 commit comments

Comments
 (0)