From: Raphael Michel Date: Thu, 29 Nov 2018 16:56:46 +0000 (+0100) Subject: Fix a syntax error in documentation X-Git-Tag: v2.0.0~1^2~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4806aa049217eb0e906be0104595f70c3a398d3d;p=thirdparty%2Fpython-fints.git Fix a syntax error in documentation --- diff --git a/docs/transfers.rst b/docs/transfers.rst index d39a0c4..d2d990d 100644 --- a/docs/transfers.rst +++ b/docs/transfers.rst @@ -52,7 +52,7 @@ Example if isinstance(res, NeedTANResponse): print(res.challenge) - if getattr(res, challenge_hhduc, None): + if getattr(res, 'challenge_hhduc', None): try: terminal_flicker_unix(res.challenge_hhduc) except KeyboardInterrupt: