From a4def5163987b4602a6b8f999b5867e28f7f06f7 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Tue, 24 Mar 2020 19:36:22 +1100 Subject: [PATCH] docs: Fix simple typo, interate -> iterate There is a small typo in rosetta/views.py. Should read `iterate` rather than `interate`. --- rosetta/views.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rosetta/views.py b/rosetta/views.py index 3db3112..d6cf50c 100644 --- a/rosetta/views.py +++ b/rosetta/views.py @@ -158,7 +158,7 @@ class RosettaFileLevelMixin(RosettaBaseMixin): wrapwidth=rosetta_settings.POFILE_WRAP_WIDTH) for entry in po_file: # Entry is an object representing a single entry in the catalog. - # We interate through the *entire catalog*, pasting a hashed + # We iterate through the *entire catalog*, pasting a hashed # value of the meat of each entry on its side in an attribute # called "md5hash". str_to_hash = ( @@ -174,7 +174,7 @@ class RosettaFileLevelMixin(RosettaBaseMixin): po_file = pofile(self.po_file_path) for entry in po_file: # Entry is an object representing a single entry in the - # catalog. We interate through the entire catalog, pasting + # catalog. We iterate through the entire catalog, pasting # a hashed value of the meat of each entry on its side in # an attribute called "md5hash". str_to_hash = (