Skip to content

Commit 81d2c17

Browse files
Apply suggestions from code review
Co-authored-by: Jordan Smith <[email protected]>
1 parent 0274ca3 commit 81d2c17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/connect/mongoclient.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ database, most applications require only a single instance of
188188
Multiple Forks
189189
~~~~~~~~~~~~~~~
190190

191-
{+driver-short+} supports using the ``fork()`` method to create a new process.
191+
{+driver-short+} supports calling the ``fork()`` method to create a new process.
192192
However, if you fork a process, you must create a new ``MongoClient`` instance in the
193193
child process.
194194

source/data-formats/extended-json.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ In Python 3, the driver decodes JSON binary values with subtype 0 to instances o
187187
``bytes`` class. In Python 2, the driver decodes these values to instances of the ``Binary``
188188
class with subtype 0.
189189

190-
The following code examples show how {+driver-short+} decodes JSON binary isntances with
190+
The following code examples show how {+driver-short+} decodes JSON binary instances with
191191
subtype 0. Select the :guilabel:`Python 2` or :guilabel:`Python 3` tab to view the
192192
corresponding code.
193193

0 commit comments

Comments
 (0)