Skip to content

Commit 651cc97

Browse files
committed
Minor docs syntax fixes
1 parent 5a97582 commit 651cc97

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/reference/model-options.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Model Options
22
=============
33

4-
In addition to Django's `default Meta options`, Django MongoDB Engine supports
4+
In addition to Django's `default Meta options`_, Django MongoDB Engine supports
55
various options specific to MongoDB through a special ``class MongoMeta``. ::
66

77
class FooModel(models.Model):

docs/source/reference/settings.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Settings
22
========
33

4-
TODO fix highlighting
4+
.. TODO fix highlighting
55
66
Connection Settings
77
-------------------
@@ -51,7 +51,7 @@ this configuration passes ``safe=True, w=3`` as keyword arguments to each of
5151

5252
Get a more fine-grained setup by introducing another layer to this dict:
5353

54-
.. code-block:: py
54+
.. code-block:: python
5555
5656
'OPTIONS' : {
5757
'OPERATIONS' : {

0 commit comments

Comments
 (0)