From be71c492c7ee447504776bbf89763ca3526e925d Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sun, 27 Dec 2020 08:19:19 +1100 Subject: [PATCH] docs: fix simple typo, initilize -> initialize There is a small typo in rauth/service.py. Should read `initialize` rather than `initilize`. --- rauth/service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rauth/service.py b/rauth/service.py index f04b7da..edd725f 100644 --- a/rauth/service.py +++ b/rauth/service.py @@ -465,7 +465,7 @@ def get_session(self, token=None): authenticated session, otherwise an unauthenticated session object is generated. Returns an instance of :attr:`session_obj`.. - :param token: A token with which to initilize the session. + :param token: A token with which to initialize the session. :type token: str ''' if token is not None: