Skip to content

Commit

Permalink
Merge pull request #32 from koutoftimer/patch-1
Browse files Browse the repository at this point in the history
Fix typo in tutorial.rst
  • Loading branch information
iutinvg committed Aug 5, 2016
2 parents aff77c9 + b37eebe commit 63384e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Certainly you can use all the rest types of fields. Let's review the code above.
* The class has a prefix ``CB``. It is optional. But you will probably have models
related to your relational database. So to distinguish them we find it's useful
to have this small prefix.
* ``abstract = True`` this is to avoud django migration tool to take care about
* ``abstract = True`` this is to avoid django migration tool to take care about
changes in the couchbase models.
* ``doc_type = 'article'`` is the field you have to define. This is the way
Django CBtools stores the type of the objects. This value is stored in the
Expand Down

0 comments on commit 63384e5

Please sign in to comment.