commit | 9a118f1dc3f23ead28f31fdc5144ad5ce01e5b7f | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sun Apr 17 09:37:36 2016 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sun Apr 17 09:37:36 2016 +0300 |
tree | 4878492acdcc033c71d4be46967537291d433cb1 | |
parent | 0bb165ecc114fcf7ce1df454355c4cbbef8b63e9 [diff] [blame] |
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
diff --git a/Lib/calendar.py b/Lib/calendar.py index d3bd236..4c95a49 100644 --- a/Lib/calendar.py +++ b/Lib/calendar.py
@@ -142,7 +142,7 @@ def iterweekdays(self): """ - Return a iterator for one week of weekday numbers starting with the + Return an iterator for one week of weekday numbers starting with the configured first one. """ for i in range(self.firstweekday, self.firstweekday + 7):