aboutsummaryrefslogtreecommitdiffstats
path: root/docs/library/resource.rst
diff options
context:
space:
mode:
authortom christie tom@tomchristie.com2011-02-19 13:12:35 +0000
committertom christie tom@tomchristie.com2011-02-19 13:12:35 +0000
commite4fff6ea6e5422af23c324897ed1cff8f8a6e903 (patch)
tree030c0d0a02e25ffdef43781fbc815dbce48dd16d /docs/library/resource.rst
parent57b3a372f2122d022f9d6f43818e5fe9d318ce03 (diff)
downloaddjango-rest-framework-e4fff6ea6e5422af23c324897ed1cff8f8a6e903.tar.bz2
Clean up the docs
Diffstat (limited to 'docs/library/resource.rst')
-rw-r--r--docs/library/resource.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/resource.rst b/docs/library/resource.rst
index a34d63fb..b6cf028e 100644
--- a/docs/library/resource.rst
+++ b/docs/library/resource.rst
@@ -3,7 +3,7 @@
.. module:: resource
-The :mod:`resource` module is the core of FlyWheel. It provides the :class:`Resource` base class which handles incoming HTTP requests and maps them to method calls, performing authentication, input deserialization, input validation and output serialization.
+The :mod:`resource` module is the core of Django REST framework. It provides the :class:`Resource` base class which handles incoming HTTP requests and maps them to method calls, performing authentication, input deserialization, input validation and output serialization.
Resources are created by sublassing :class:`Resource`, setting a number of class attributes, and overriding one or more methods.