From b8bfdeb4aa6aa1e93f1f7675906a466c9aa0e215 Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Fri, 19 Apr 2019 17:56:47 +0100 Subject: [PATCH] guard: fix codeblock in docstring --- steam/guard.py | 1 + 1 file changed, 1 insertion(+) diff --git a/steam/guard.py b/steam/guard.py index 32aa724..3d5cbf1 100644 --- a/steam/guard.py +++ b/steam/guard.py @@ -9,6 +9,7 @@ on an account require an instance of either :class:`.MobileWebAuth` or Adding an authenticator .. code:: python + wa = MobileWebAuth('steamuser') wa.cli_login()