Skip to content

Commit

Permalink
fix formatting in documentation after #681 (#683)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nothing4You authored Jan 22, 2022
1 parent 0a64588 commit 71ea9f3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/connection.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,9 @@ Example::
(default: Server Default)
:param program_name: Program name string to provide when
handshaking with MySQL. (omitted by default)
.. versionchanged:: 1.0
``sys.argv[0]`` is no longer passed by default

.. versionchanged:: 1.0
``sys.argv[0]`` is no longer passed by default
:param server_public_key: SHA256 authenticaiton plugin public key value.
:param loop: asyncio event loop instance or ``None`` for default one.
:returns: :class:`Connection` instance.
Expand Down

0 comments on commit 71ea9f3

Please sign in to comment.