Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
PEP8 code snippets in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jstoiko committed Nov 10, 2015
1 parent f8a9a19 commit 3cb61bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Nefertari can either use `Elasticsearch <https://www.elastic.co/products/elastic
from nefertari.engine import ESBaseDocument
class Story(ESBaseDocument):
(...)
Expand All @@ -50,6 +51,7 @@ or
from nefertari.engine import BaseDocument
class Story(BaseDocument):
(...)
Expand Down

0 comments on commit 3cb61bf

Please sign in to comment.