diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-04-26 10:18:45 -0700 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-04-26 10:18:45 -0700 |
| commit | 2bcb8bfc8de5cd57ebb64b326cd7609aa0d8c1c7 (patch) | |
| tree | 6c0dc4b5f0d4dbcae6c181efc2b346799ac5caf3 /django/contrib/formtools/tests/tests.py | |
| parent | 8b5b199e20ad2d8d3e91873ce0cd5d3035e05ece (diff) | |
Fix many many typos in comments throughout the codebase
Diffstat (limited to 'django/contrib/formtools/tests/tests.py')
| -rw-r--r-- | django/contrib/formtools/tests/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/formtools/tests/tests.py b/django/contrib/formtools/tests/tests.py index 5d3b2747a7..eb8043e64e 100644 --- a/django/contrib/formtools/tests/tests.py +++ b/django/contrib/formtools/tests/tests.py @@ -94,7 +94,7 @@ class PreviewTests(TestCase): Use the client library to POST to the form with stage set to 3 to see if our forms done() method is called. Check first without the security hash, verify failure, retry with security - hash and verify sucess. + hash and verify success. """ # Pass strings for form submittal and add stage variable to |
