summaryrefslogtreecommitdiff
path: root/setuptools/dist.py
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri+github@gmail.com>2023-03-19 11:03:23 +0000
committerGitHub <noreply@github.com>2023-03-19 11:03:23 +0000
commit54da8b6d69b7333424eff305218a10d9605a7e36 (patch)
treef638fb29c2e3909c097084723d1b36ce72df849c /setuptools/dist.py
parentbd04fc60505619755508ab8736286c6c6bc661b9 (diff)
downloadpython-setuptools-git-54da8b6d69b7333424eff305218a10d9605a7e36.tar.gz
Apply suggestions from code review
Co-authored-by: Ed Morley <501702+edmorley@users.noreply.github.com>
Diffstat (limited to 'setuptools/dist.py')
-rw-r--r--setuptools/dist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/dist.py b/setuptools/dist.py
index 5b4a9cb6..c75aaabe 100644
--- a/setuptools/dist.py
+++ b/setuptools/dist.py
@@ -825,7 +825,7 @@ class Distribution(_Distribution):
"Invalid uppercase configuration",
f"""
Usage of uppercase key {opt!r} in {section!r} will not be supported in
- future versions. Please use lowercase {lowercase_opt!r} instead
+ future versions. Please use lowercase {lowercase_opt!r} instead.
""",
see_docs="userguide/declarative_config.html",
due_date=(2023, 9, 26),