mirror of
https://github.com/django/django.git
synced 2025-11-01 04:17:59 +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
|
|
@ -140,7 +140,7 @@ class LiveServerViews(LiveServerBase):
|
|||
def test_no_collectstatic_emulation(self):
|
||||
"""
|
||||
Test that LiveServerTestCase reports a 404 status code when HTTP client
|
||||
tries to access a static file that isn't explictly put under
|
||||
tries to access a static file that isn't explicitly put under
|
||||
STATIC_ROOT.
|
||||
"""
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue