File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2391,7 +2391,7 @@ def default_consistency_level(self, cl):
2391
2391
*Deprecated:* use execution profiles instead
2392
2392
"""
2393
2393
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."
2395
2395
, DeprecationWarning )
2396
2396
self ._validate_set_legacy_config ('default_consistency_level' , cl )
2397
2397
Original file line number Diff line number Diff line change @@ -797,7 +797,7 @@ class OrderedMap(Mapping):
797
797
'''
798
798
An ordered map that accepts non-hashable types for keys. It also maintains the
799
799
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
801
801
contain arbitrary collections and other non-hashable items as keys::
802
802
803
803
>>> od = OrderedMap([({'one': 1, 'two': 2}, 'value'),
You can’t perform that action at this time.
0 commit comments