File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ You can configure Flask-PyMongo either by passing a `MongoDB URI
94
94
``MONGO_URI `` `Flask configuration variable
95
95
<http://flask.pocoo.org/docs/1.0/config/> `_
96
96
97
- The :class: `~flask_pymongo.PyMongo ` instnace also accepts these additional
97
+ The :class: `~flask_pymongo.PyMongo ` instance also accepts these additional
98
98
customization options:
99
99
100
100
* ``json_options ``, a :class: `~bson.json_util.JSONOptions ` instance which
@@ -306,7 +306,7 @@ Changes:
306
306
- This is a minor version bump which introduces backwards breaking
307
307
changes! Please read these change notes carefully.
308
308
- Removed read preference constants from Flask-PyMongo; to set a
309
- read preference, use the string name or import contants directly
309
+ read preference, use the string name or import constants directly
310
310
from :class: `pymongo.read_preferences.ReadPreference `.
311
311
- `#22 (partial) <https://github.com/dcrosta/flask-pymongo/pull/22 >`_
312
312
Add support for ``MONGO_SOCKET_TIMEOUT_MS `` and
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ def show_task(task_id):
69
69
70
70
The :class:`~flask_pymongo.helpers.BSONObjectIdConverter` is
71
71
automatically installed on the :class:`~flask_pymongo.PyMongo`
72
- instnace at creation time.
72
+ instance at creation time.
73
73
74
74
"""
75
75
@@ -135,7 +135,7 @@ def default(self, obj):
135
135
136
136
Falls back to Flask's default JSON serialization for all other types.
137
137
138
- This may raise ``TypeError`` for object types not recignozed .
138
+ This may raise ``TypeError`` for object types not recognized .
139
139
140
140
.. versionadded:: 2.4.0
141
141
You can’t perform that action at this time.
0 commit comments