Skip to content

Commit b9637a2

Browse files
committed
Fix typo in Makefile comments
1 parent ee5f551 commit b9637a2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# A GNU Makefile to run various tasks - compatibility for us old-timers.
22

3-
# Note: This makefile include remake-style target comments.
3+
# Note: This makefile includes remake-style target comments.
44
# These comments before the targets start with #:
5-
# remake --tasks to shows the targets and the comments
5+
# "remake --tasks" shows the targets and the comments
66

77
GIT2CL ?= admin-tools/git2cl
88
PYTHON ?= python

admin-tools/pyenv-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ if [[ $0 == ${BASH_SOURCE[0]} ]] ; then
55
echo "This script should be *sourced* rather than run directly through bash"
66
exit 1
77
fi
8-
export PYVERSIONS='3.10 3.11 3.12 3.13'
8+
export PYVERSIONS='3.11 pypy3.11-7.3.20 3.12 3.13 3.14'

0 commit comments

Comments
 (0)