From a063421cf48b3c202bc4f61667b987f648619041 Mon Sep 17 00:00:00 2001 From: Adam Holmberg Date: Fri, 9 Oct 2015 09:46:44 -0500 Subject: [PATCH] Correct comment typo on peer review --- cassandra/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cassandra/util.py b/cassandra/util.py index fb2902df..6dfeea01 100644 --- a/cassandra/util.py +++ b/cassandra/util.py @@ -1121,7 +1121,7 @@ else: import keyword -# similar tot a collections.namedtuple, reproduced here because Python 2.6 did not have the rename logic +# similar to collections.namedtuple, reproduced here because Python 2.6 did not have the rename logic def _positional_rename_invalid_identifiers(field_names): names_out = list(field_names) for index, name in enumerate(field_names):