We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99101c2 commit b3883ebCopy full SHA for b3883eb
source/data-formats/bson.txt
@@ -81,7 +81,7 @@ BSON document:
81
Write BSON to a File
82
--------------------
83
84
-To write BSON data to a file, open a file stream to in write-binary mode on the output file.
+To write BSON data to a file, open a file stream in write-binary mode on the output file.
85
Then, write each document to the output file. Ensure that documents are encoded in BSON
86
format by using the ``BSON.encode()`` method.
87
0 commit comments