Skip to content

Commit 47d23dd

Browse files
authored
Merge pull request #36 from jfly/jfly/fix-typo
Fix typo: openage -> opencage.
2 parents 9f080af + 2bb6a85 commit 47d23dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
if sys.version_info < (3, 5):
1717
raise RuntimeError(
18-
"openage requires Python 3.6 or newer"
18+
"opencage requires Python 3.6 or newer"
1919
"Use older opencage 1.x for Python 2.7 or 3.5"
2020
)
2121

0 commit comments

Comments
 (0)