diff options
| author | Dimitri Papadopoulos Orfanos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2022-10-07 21:34:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-07 12:34:47 -0700 |
| commit | 3cf2ca1611ecaf1d13c41075a7025b96e54e3ee3 (patch) | |
| tree | 6f3ee0e52afa5131f145e2eae85c57465d7f3109 | |
| parent | 67b2d7398cd7e95b49d39a3ac5691fae438d57b0 (diff) | |
| download | numpy-3cf2ca1611ecaf1d13c41075a7025b96e54e3ee3.tar.gz | |
DOC: fix code comment forward reference (#22401)
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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( |
