diff options
| author | Marko Tibold | 2012-04-12 01:06:35 +0300 |
|---|---|---|
| committer | Marko Tibold | 2012-04-12 01:06:35 +0300 |
| commit | d88ae359b8da330cff97518176aaba2de7b252a8 (patch) | |
| tree | 54f614ebbb62a1c13a38d7319aa963d19fe552ff /docs | |
| parent | 64a49905a40f5718d721f9ea300a1d42c8886392 (diff) | |
| download | django-rest-framework-d88ae359b8da330cff97518176aaba2de7b252a8.tar.bz2 | |
Fix typo.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/howto/alternativeframeworks.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/alternativeframeworks.rst b/docs/howto/alternativeframeworks.rst index dc8d1ea6..0f668335 100644 --- a/docs/howto/alternativeframeworks.rst +++ b/docs/howto/alternativeframeworks.rst @@ -7,7 +7,7 @@ Alternative frameworks There are a number of alternative REST frameworks for Django: * `django-piston <https://bitbucket.org/jespern/django-piston/wiki/Home>`_ is very mature, and has a large community behind it. This project was originally based on piston code in parts. -* `django-tasypie <https://github.com/toastdriven/django-tastypie>`_ is also very good, and has a very active and helpful developer community and maintainers. +* `django-tastypie <https://github.com/toastdriven/django-tastypie>`_ is also very good, and has a very active and helpful developer community and maintainers. * Other interesting projects include `dagny <https://github.com/zacharyvoase/dagny>`_ and `dj-webmachine <http://benoitc.github.com/dj-webmachine/>`_ |
