From 488644706df84dc6ed9f0bc8ce47344a1bfa8674 Mon Sep 17 00:00:00 2001 From: Richard Wackerbarth Date: Wed, 16 Jan 2013 09:34:00 -0600 Subject: [PATCH] A preposition is a bad thing to end a sentence with --- docs/tutorial/1-serialization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/1-serialization.md b/docs/tutorial/1-serialization.md index d3ada9e3a..8f56ff027 100644 --- a/docs/tutorial/1-serialization.md +++ b/docs/tutorial/1-serialization.md @@ -71,7 +71,7 @@ We also need to wire up the root urlconf, in the `tutorial/urls.py` file, to inc Okay, we're ready to roll. -## Creating a model to work with +## Creating a model with which to work For the purposes of this tutorial we're going to start by creating a simple `Snippet` model that is used to store code snippets. Go ahead and edit the `snippets` app's `models.py` file. Note: Good programming practices include comments. Although you will find them in our repository version of this tutorial code, we have omitted them here to focus on the code itself.