diff options
| author | Tom Christie | 2012-09-03 13:30:20 +0100 |
|---|---|---|
| committer | Tom Christie | 2012-09-03 13:30:20 +0100 |
| commit | a25b4be4418a2a94e38a77b13cc234ca68e8322c (patch) | |
| tree | 8b14904314ed87d8f0f15bc2a6ebb30c1cf570b9 /docs/tutorial/1-serialization.md | |
| parent | ebbaff0853d49cd436b416beeb28220922bfc977 (diff) | |
| download | django-rest-framework-a25b4be4418a2a94e38a77b13cc234ca68e8322c.tar.bz2 | |
Support generators
Diffstat (limited to 'docs/tutorial/1-serialization.md')
| -rw-r--r-- | docs/tutorial/1-serialization.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/1-serialization.md b/docs/tutorial/1-serialization.md index 3cfcf871..13dcb9cc 100644 --- a/docs/tutorial/1-serialization.md +++ b/docs/tutorial/1-serialization.md @@ -17,7 +17,7 @@ Now that we're inside a virtualenv environment, we can install our package requi pip install django pip install djangorestframework -***Note:** To exit the virtualenv environment at any time, just type `deactivate`. For more information see the [virtualenv documentation][virtualenv].* +**Note:** To exit the virtualenv environment at any time, just type `deactivate`. For more information see the [virtualenv documentation][virtualenv]. ## Getting started |
