Skip to content

Commit

Permalink
Fix docs for mapping.meta
Browse files Browse the repository at this point in the history
  • Loading branch information
honzakral committed Jan 23, 2015
1 parent 6d85c2c commit 08cb4d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/persistence.rst
Original file line number Diff line number Diff line change
Expand Up @@ -180,5 +180,5 @@ metadata for your document:
class Meta:
mapping = Mapping('post')
mapping = mapping.meta('_all', enabled=False)
mapping.meta('_all', enabled=False)

0 comments on commit 08cb4d9

Please sign in to comment.