From 34f06eaa3f90f46bc5f21891ea25808ee30022da Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Fri, 28 Jul 2023 14:40:47 -0400 Subject: Docs cleanup and an apparently non loadbearing test typo, re #1907 --- sites/docs/api/config.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'sites/docs/api') diff --git a/sites/docs/api/config.rst b/sites/docs/api/config.rst index 19fa6f7b..9015a77c 100644 --- a/sites/docs/api/config.rst +++ b/sites/docs/api/config.rst @@ -61,8 +61,9 @@ Paramiko releases) are included. A keyword by itself means no known departures. - ``Host`` - ``HostName``: used in ``%h`` :ref:`token expansion ` -- ``Match``: supports (canonical, final, exec, host, originalhost, user, localuser, all), with - the following caveats: +- ``Match``: supports the keywords ``all``, ``canonical``, ``exec``, ``final``, + ``host``, ``localuser``, ``originalhost``, and ``user``, with the following + caveats: - You must have the optional dependency Invoke installed; see :ref:`the installation docs ` (in brief: install @@ -73,6 +74,8 @@ Paramiko releases) are included. A keyword by itself means no known departures. but has no knowledge about connection-time usernames. .. versionadded:: 2.7 + .. versionchanged:: 3.3 + Added support for the ``final`` keyword. - ``Port``: supplies potential values for ``%p`` :ref:`token expansion `. -- cgit v1.2.3