Skip to content

Commit f935192

Browse files
committed
fixes
1 parent 3b69e3e commit f935192

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

source/configure-connection.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,8 @@ This nested dictionary has the following keys:
7575
| For SRV connections, you must include a scheme prefix (``mongodb+srv://``).
7676
|
7777
| To specify more than one host, include all hostnames in one string. Use
78-
| a comma to separate each hostname, as shown in the following example:
79-
80-
.. code-block:: python
81-
82-
"HOST": "mongodb://mongos0.example.com:27017,mongos1.example.com:27017"
78+
a comma to separate each hostname.
79+
| **Example:** ``"HOST": "mongodb://mongos0.example.com:27017,mongos1.example.com:27017"``
8380

8481
* - **NAME**
8582
- The database you want to use.

0 commit comments

Comments
 (0)