From d8e5c941b71c726b435d189efc5b32cc891ab46e Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Thu, 13 Oct 2016 17:25:03 +0300 Subject: [PATCH] fix generate_confirmation_key typo [ci skip] --- steam/guard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steam/guard.py b/steam/guard.py index 553eece..821da5b 100644 --- a/steam/guard.py +++ b/steam/guard.py @@ -102,7 +102,7 @@ class SteamAuthenticator(object): def get_confirmation_key(self, tag='', timestamp=None): """ - :param tag: see :func:`generate_confimation_key` for this value + :param tag: see :func:`generate_confirmation_key` for this value :type tag: str :param timestamp: time to use for code generation :type timestamp: int