Fix key_str usage example

This commit is contained in:
Max Arnold 2023-12-11 08:44:29 +07:00 committed by Daniel Wozniak
parent c51c7e856a
commit cf23adeac2

View file

@ -271,7 +271,7 @@ def key_str(match):
.. code-block:: python
>>> wheel.cmd('key.key_str', ['minion1'])
>>> wheel.cmd('key.print', ['minion1'])
{'minions': {'minion1': '-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0B
...
TWugEQpPt\niQIDAQAB\n-----END PUBLIC KEY-----'}}