mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
Fixed many typos in comments and docstrings.
Thanks Piotr Kasprzyk for help with the patch.
This commit is contained in:
parent
6acaa52386
commit
0d91225892
121 changed files with 208 additions and 208 deletions
|
@ -100,7 +100,7 @@ class ExtractorTests(SimpleTestCase):
|
|||
return self._assertPoLocComment(True, po_filename, line_number, *comment_parts)
|
||||
|
||||
def assertLocationCommentNotPresent(self, po_filename, line_number, *comment_parts):
|
||||
"""Check the oposite of assertLocationComment()"""
|
||||
"""Check the opposite of assertLocationComment()"""
|
||||
return self._assertPoLocComment(False, po_filename, line_number, *comment_parts)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue