summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Papadopoulos Orfanos <3234522+DimitriPapadopoulos@users.noreply.github.com>2022-10-07 21:34:47 +0200
committerGitHub <noreply@github.com>2022-10-07 12:34:47 -0700
commit3cf2ca1611ecaf1d13c41075a7025b96e54e3ee3 (patch)
tree6f3ee0e52afa5131f145e2eae85c57465d7f3109
parent67b2d7398cd7e95b49d39a3ac5691fae438d57b0 (diff)
downloadnumpy-3cf2ca1611ecaf1d13c41075a7025b96e54e3ee3.tar.gz
DOC: fix code comment forward reference (#22401)
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 3aa7504b0..449507334 100755
--- a/setup.py
+++ b/setup.py
@@ -65,7 +65,7 @@ if _V_MATCH is None:
MAJOR, MINOR, MICRO = _V_MATCH.groups()
VERSION = '{}.{}.{}'.format(MAJOR, MINOR, MICRO)
-# The first version not in the `Programming Language :: Python :: ...` classifiers above
+# The first version not in the `Programming Language :: Python :: ...` classifiers below
if sys.version_info >= (3, 12):
fmt = "NumPy {} may not yet support Python {}.{}."
warnings.warn(