Skip to content

Commit b8653b0

Browse files
authored
Remove extra period in is_mongos documentation (#967)
1 parent e59a11e commit b8653b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymongo/mongo_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1080,7 +1080,7 @@ def is_primary(self) -> bool:
10801080
def is_mongos(self) -> bool:
10811081
"""If this client is connected to mongos. If the client is not
10821082
connected, this will block until a connection is established or raise
1083-
ServerSelectionTimeoutError if no server is available..
1083+
ServerSelectionTimeoutError if no server is available.
10841084
"""
10851085
return self._server_property("server_type") == SERVER_TYPE.Mongos
10861086

0 commit comments

Comments
 (0)