Skip to content

Commit 6918525

Browse files
authored
Merge pull request #34184 from apple/maxd/versions-typo
2 parents 840f1a4 + 4b6bc60 commit 6918525

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)