Correct docs a bit

This commit is contained in:
Michał Sałaban 2018-01-29 15:12:40 +01:00
parent e058155124
commit 63d47f200b
2 changed files with 3 additions and 2 deletions

View file

@ -58,7 +58,7 @@ Every wallet can have separate accounts and each account can have numerous
addresses. The ``Wallet.new_account()`` and ``Account.new_address()`` will
create new instances.
(This snippet, will fail on Monero v0.11.x)
(This snippet will fail on Monero v0.11.x)
.. code-block:: python