add highlight for python code
This commit is contained in:
parent
f6e0593774
commit
8c81f7ece9
@ -48,7 +48,9 @@ Optional Dependencies
|
||||
|
||||
Examples
|
||||
========
|
||||
Some simple examples of what MongoEngine code looks like::
|
||||
Some simple examples of what MongoEngine code looks like:
|
||||
|
||||
.. code :: python
|
||||
|
||||
class BlogPost(Document):
|
||||
title = StringField(required=True, max_length=200)
|
||||
|
Loading…
x
Reference in New Issue
Block a user