Skip to content

Commit 551dffb

Browse files
authored
Merge pull request datastax#1061 from timgates42/bugfix/typo_version
Fix simple typo: versioni -> version
2 parents 016cbc1 + 5b15af9 commit 551dffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cassandra/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ class ProtocolVersion(object):
181181

182182
MAX_SUPPORTED = max(SUPPORTED_VERSIONS)
183183
"""
184-
Maximum protocol versioni supported by this driver.
184+
Maximum protocol version supported by this driver.
185185
"""
186186

187187
@classmethod

0 commit comments

Comments
 (0)