Skip to content

Commit c6bd034

Browse files
committed
add link to rawbson docs
1 parent 301d38a commit c6bd034

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/run-command.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,8 @@ The ``Database.command()`` method can decode the returned BSON documents to inst
230230
of a specific class. To specify this class, construct a ``CodecOptions`` object and pass
231231
the class name. The class can be one of the following types:
232232

233-
- ``bson.raw_bson.RawBSONDocument``.
233+
- ``bson.raw_bson.RawBSONDocument``. To learn more about the ``RawBSONDocument`` class,
234+
see :ref:`pymongo-bson-raw`.
234235
- A subclass of the ``collections.abc.Mapping`` type, such as ``bson.son.SON``.
235236
If you specify ``bson.son.SON`` as the document class, you must also specify types
236237
for the key and value.

0 commit comments

Comments
 (0)