Skip to content

Commit

Permalink
Update models.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tsilva committed Dec 3, 2014
1 parent d689d0c commit 768456b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/models.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ cats = Cat.find()
garfields = Cat.find(name = "Garfield")
```

Or count all cats, as well as all named `Garfield':
Or count all cats, as well as all named `Garfield`:

```python
number_cats = Cat.count()
Expand Down

0 comments on commit 768456b

Please sign in to comment.