Skip to content

Commit b3883eb

Browse files
committed
Fix
1 parent 99101c2 commit b3883eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/data-formats/bson.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ BSON document:
8181
Write BSON to a File
8282
--------------------
8383

84-
To write BSON data to a file, open a file stream to in write-binary mode on the output file.
84+
To write BSON data to a file, open a file stream in write-binary mode on the output file.
8585
Then, write each document to the output file. Ensure that documents are encoded in BSON
8686
format by using the ``BSON.encode()`` method.
8787

0 commit comments

Comments
 (0)