Skip to content

Commit

Permalink
Merge pull request #187 from adrianholovaty/doctweak
Browse files Browse the repository at this point in the history
Made a tiny grammar fix to tutorial
  • Loading branch information
Kenneth Reitz committed May 12, 2012
2 parents ba23ffb + 7238cb1 commit 03a6348
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorial.rst
Expand Up @@ -119,8 +119,8 @@ Step 2: The Base Structure

Now let's get right into and create a module for our application. Let's
create a file called `shortly.py` in the `shortly` folder. At first we
will need a bunch of imports. I will pull in here all the imports, even
if they are not used right away to keep it from being confusing::
will need a bunch of imports. I will pull in all the imports here, even
if they are not used right away, to keep it from being confusing::

import os
import redis
Expand Down

0 comments on commit 03a6348

Please sign in to comment.