Skip to content

Commit 9a645c5

Browse files
authored
Merge pull request datastax#1126 from eamanu/fix-typos
Fix typos detected by Lintian during the packaging In Debian
1 parent a7295e1 commit 9a645c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cassandra/cluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2391,7 +2391,7 @@ def default_consistency_level(self, cl):
23912391
*Deprecated:* use execution profiles instead
23922392
"""
23932393
warn("Setting the consistency level at the session level will be removed in 4.0. Consider using "
2394-
"execution profiles and setting the desired consitency level to the EXEC_PROFILE_DEFAULT profile."
2394+
"execution profiles and setting the desired consistency level to the EXEC_PROFILE_DEFAULT profile."
23952395
, DeprecationWarning)
23962396
self._validate_set_legacy_config('default_consistency_level', cl)
23972397

cassandra/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ class OrderedMap(Mapping):
797797
'''
798798
An ordered map that accepts non-hashable types for keys. It also maintains the
799799
insertion order of items, behaving as OrderedDict in that regard. These maps
800-
are constructed and read just as normal mapping types, exept that they may
800+
are constructed and read just as normal mapping types, except that they may
801801
contain arbitrary collections and other non-hashable items as keys::
802802
803803
>>> od = OrderedMap([({'one': 1, 'two': 2}, 'value'),

0 commit comments

Comments
 (0)