Browse Source

guard: fix codeblock in docstring

pull/168/head
Rossen Georgiev 6 years ago
parent
commit
b8bfdeb4aa
  1. 1
      steam/guard.py

1
steam/guard.py

@ -9,6 +9,7 @@ on an account require an instance of either :class:`.MobileWebAuth` or
Adding an authenticator Adding an authenticator
.. code:: python .. code:: python
wa = MobileWebAuth('steamuser') wa = MobileWebAuth('steamuser')
wa.cli_login() wa.cli_login()

Loading…
Cancel
Save