aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/compat.py
diff options
context:
space:
mode:
authorStephan Groß2012-11-14 19:36:29 +0100
committerStephan Groß2012-11-14 19:36:29 +0100
commit44ff2e0add240915d3217ba418178e58e2920419 (patch)
tree4e7b94b6f9e6c67fb417c873d07edde41ef861ed /rest_framework/compat.py
parent44e9749e36d31f811db7dc0998c7b8d1e35a784d (diff)
downloaddjango-rest-framework-44ff2e0add240915d3217ba418178e58e2920419.tar.bz2
fixed some typos
Diffstat (limited to 'rest_framework/compat.py')
-rw-r--r--rest_framework/compat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rest_framework/compat.py b/rest_framework/compat.py
index 5055bfd3..e38e7c33 100644
--- a/rest_framework/compat.py
+++ b/rest_framework/compat.py
@@ -1,6 +1,6 @@
"""
The `compat` module provides support for backwards compatibility with older
-versions of django/python, and compatbility wrappers around optional packages.
+versions of django/python, and compatibility wrappers around optional packages.
"""
# flake8: noqa
import django