summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2020-12-18 15:15:17 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2020-12-18 15:15:17 -0800
commit263dc03b820d4b1f1fc3e2e70618124034f5cd2b (patch)
treec8e9119cd2faa1cce1bde4ea1f528d8715c0c5d3 /Makefile
parentMerge branch 'js/init-defaultbranch-advice' (diff)
parentdoc: mention Python 3.x supports (diff)
downloadtgif-263dc03b820d4b1f1fc3e2e70618124034f5cd2b.tar.xz
Merge branch 'dd/doc-p4-requirements-update'
Doc update. * dd/doc-p4-requirements-update: doc: mention Python 3.x supports
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 348f3bbf0b..7b64106930 100644
--- a/Makefile
+++ b/Makefile
@@ -303,7 +303,7 @@ all::
# modules, instead of the fallbacks shipped with Git.
#
# Define PYTHON_PATH to the path of your Python binary (often /usr/bin/python
-# but /usr/bin/python2.7 on some platforms).
+# but /usr/bin/python2.7 or /usr/bin/python3 on some platforms).
#
# Define NO_PYTHON if you do not want Python scripts or libraries at all.
#