We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 404f4df commit 1643ed5Copy full SHA for 1643ed5
1 file changed
pymongosql/connection.py
@@ -112,7 +112,8 @@ def _init_database(self) -> None:
112
113
Behavior:
114
- If `database` parameter was provided explicitly, use that database name.
115
- - Otherwise, try to use the MongoClient's default database (from the URI path). If no default is set, leave `self._database` as None.
+ - Otherwise, try to use the MongoClient's default database (from the URI path).
116
+ If no default is set, leave `self._database` as None.
117
"""
118
if self._client is None:
119
self._database = None
0 commit comments