Skip to content

Commit f2014db

Browse files
committed
spelling: unknown
1 parent cd73c8a commit f2014db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
try:
2626
from bpython._version import __version__ as version
2727
except ImportError:
28-
version = 'unkown'
28+
version = 'unknown'
2929

3030
__version__ = version
3131
package_dir = os.path.abspath(os.path.dirname(__file__))

0 commit comments

Comments
 (0)