We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f080af + 2bb6a85 commit 47d23ddCopy full SHA for 47d23dd
1 file changed
setup.py
@@ -15,7 +15,7 @@
15
16
if sys.version_info < (3, 5):
17
raise RuntimeError(
18
- "openage requires Python 3.6 or newer"
+ "opencage requires Python 3.6 or newer"
19
"Use older opencage 1.x for Python 2.7 or 3.5"
20
)
21
0 commit comments