Skip to content

Commit 1d8f12f

Browse files
committed
Fix pool docstring.
1 parent f570f32 commit 1d8f12f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymongo/pool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ def command(self, dbname, spec, slave_ok=False,
301301
- `read_concern`: The read concern for this command.
302302
- `write_concern`: The write concern for this command.
303303
- `parse_write_concern_error`: Whether to parse the
304-
``writeConcernError` field in the command response.
304+
``writeConcernError`` field in the command response.
305305
"""
306306
if self.max_wire_version < 4 and not read_concern.ok_for_legacy:
307307
raise ConfigurationError(

0 commit comments

Comments
 (0)