aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/generics.py
diff options
context:
space:
mode:
authorTom Christie2012-10-30 02:22:32 -0700
committerTom Christie2012-10-30 02:22:32 -0700
commit62ec3680dcaff899ee0fefbf6d0be452bddc5979 (patch)
treee989727bd9bdd06877b48e32491a9d068cd9b4c3 /rest_framework/generics.py
parentb6c90c0d684cd036a2ce874fd9ace7a8a2bfda2f (diff)
parent4d90bb4af4e565f156ca5d84eb205cbb63810b46 (diff)
downloaddjango-rest-framework-62ec3680dcaff899ee0fefbf6d0be452bddc5979.tar.bz2
Merge pull request #337 from markotibold/typos
Fix some typos.
Diffstat (limited to 'rest_framework/generics.py')
-rw-r--r--rest_framework/generics.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rest_framework/generics.py b/rest_framework/generics.py
index 190a5f79..27540a57 100644
--- a/rest_framework/generics.py
+++ b/rest_framework/generics.py
@@ -1,5 +1,5 @@
"""
-Generic views that provide commmonly needed behaviour.
+Generic views that provide commonly needed behaviour.
"""
from rest_framework import views, mixins