mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix typo
This commit is contained in:
@@ -61,7 +61,7 @@ def parse_version(version):
|
||||
release = RELEASE_TYPE.get(typ, typ)
|
||||
return (int(major), int(minor), int(rev), release, int(relver))
|
||||
|
||||
raise RuntimeError('Unknown vesion: %s' % version)
|
||||
raise RuntimeError('Unknown version: %s' % version)
|
||||
|
||||
|
||||
class Skip(Exception):
|
||||
|
Reference in New Issue
Block a user