Skip to content

Commit 00079cc

Browse files
authored
NFC: fix typo in build_swift/versions.py
1 parent 913543e commit 00079cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build_swift/build_swift/versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def __init__(self, version, msg=None):
168168

169169
@functools.total_ordering
170170
class Version(object):
171-
"""Similar to the standard distutils.versons.LooseVersion, but with a
171+
"""Similar to the standard distutils.version.LooseVersion, but with a
172172
little more wiggle-room for alpha characters.
173173
"""
174174

0 commit comments

Comments
 (0)