Skip to content

Commit 71ea9f3

Browse files
authored
fix formatting in documentation after #681 (#683)
1 parent 0a64588 commit 71ea9f3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/connection.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,9 @@ Example::
8989
(default: Server Default)
9090
:param program_name: Program name string to provide when
9191
handshaking with MySQL. (omitted by default)
92-
.. versionchanged:: 1.0
93-
``sys.argv[0]`` is no longer passed by default
92+
93+
.. versionchanged:: 1.0
94+
``sys.argv[0]`` is no longer passed by default
9495
:param server_public_key: SHA256 authenticaiton plugin public key value.
9596
:param loop: asyncio event loop instance or ``None`` for default one.
9697
:returns: :class:`Connection` instance.

0 commit comments

Comments
 (0)