Skip to content

Commit 4b6bc60

Browse files
committed
NFC: fix typo in build_swift/versions.py
1 parent 840f1a4 commit 4b6bc60

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)