diff options
| author | Stephan Groß | 2012-11-14 19:36:29 +0100 | 
|---|---|---|
| committer | Stephan Groß | 2012-11-14 19:36:29 +0100 | 
| commit | 44ff2e0add240915d3217ba418178e58e2920419 (patch) | |
| tree | 4e7b94b6f9e6c67fb417c873d07edde41ef861ed /rest_framework/urlpatterns.py | |
| parent | 44e9749e36d31f811db7dc0998c7b8d1e35a784d (diff) | |
| download | django-rest-framework-44ff2e0add240915d3217ba418178e58e2920419.tar.bz2 | |
fixed some typos
Diffstat (limited to 'rest_framework/urlpatterns.py')
| -rw-r--r-- | rest_framework/urlpatterns.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/rest_framework/urlpatterns.py b/rest_framework/urlpatterns.py index 316ccd19..0ad926fa 100644 --- a/rest_framework/urlpatterns.py +++ b/rest_framework/urlpatterns.py @@ -4,7 +4,7 @@ from rest_framework.settings import api_settings  def format_suffix_patterns(urlpatterns, suffix_required=False, allowed=None):      """ -    Supplement existing urlpatterns with corrosponding patterns that also +    Supplement existing urlpatterns with corresponding patterns that also      include a '.format' suffix.  Retains urlpattern ordering.      urlpatterns: | 
