diff options
| author | Marko Tibold | 2012-01-02 21:16:44 +0100 |
|---|---|---|
| committer | Marko Tibold | 2012-01-02 21:16:44 +0100 |
| commit | e0b82ce76de261c8f530cb488afb390c4aec13a8 (patch) | |
| tree | b92709d731552217e98ea1855b0c0c3f5d0c3de2 /docs/howto/usingurllib2.rst | |
| parent | 7a3d97a2fc3abeb8a22d7ddb0eafbd4cf34e9f4e (diff) | |
| download | django-rest-framework-e0b82ce76de261c8f530cb488afb390c4aec13a8.tar.bz2 | |
minor style edits
Diffstat (limited to 'docs/howto/usingurllib2.rst')
| -rw-r--r-- | docs/howto/usingurllib2.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/howto/usingurllib2.rst b/docs/howto/usingurllib2.rst index 139bf717..6320dc20 100644 --- a/docs/howto/usingurllib2.rst +++ b/docs/howto/usingurllib2.rst @@ -1,5 +1,5 @@ -Using urllib2 -============= +Using urllib2 with Django REST Framework +======================================== Python's standard library comes with some nice modules you can use to test your api or even write a full client. |
