Skip to content

Commit 51b62fb

Browse files
committed
Render the code block in mongokit.rst
1 parent 751fe45 commit 51b62fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/patterns/mongokit.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ insert query to the next without any problem. MongoKit is just schemaless
4848
too, but implements some validation to ensure data integrity.
4949

5050
Here is an example document (put this also into :file:`app.py`, e.g.)::
51+
5152
from mongokit import ValidationError
5253

5354
def max_length(length):

0 commit comments

Comments
 (0)