@@ -172,7 +172,7 @@ def tofile(self, filename, include_api_keys=False):
172172
173173 include_api_keys: bool, optional (default False)
174174 Should we include the api keys in the file ? For security issues, it
175- is recommanded not to save the API keys information in several places
175+ is recommended not to save the API keys information in several places
176176 and the default behaviour is thus not to save the API keys.
177177"""
178178 if self .access_token is None :
@@ -222,7 +222,7 @@ def load(filename, set_api_keys=False):
222222 If API keys are found in the file, should we use them to set the
223223 API keys globally.
224224 Default is False. The API keys should be stored separately from
225- authentication information. The recommanded way is to use a
225+ authentication information. The recommended way is to use a
226226 `flickr_keys.py` file. Setting `set_api_keys=True` should be considered
227227 as a conveniency only for single user settings.
228228"""
@@ -241,7 +241,7 @@ def fromfile(filename, set_api_keys=False):
241241 If API keys are found in the file, should we use them to set the
242242 API keys globally.
243243 Default is False. The API keys should be stored separately from
244- authentication information. The recommanded way is to use a
244+ authentication information. The recommended way is to use a
245245 `flickr_keys.py` file. Setting `set_api_keys=True` should be considered
246246 as a conveniency only for single user settings.
247247"""
@@ -316,7 +316,7 @@ def set_auth_handler(auth_handler, set_api_keys=False):
316316 If API keys are found in the file, should we use them to set the
317317 API keys globally.
318318 Default is False. The API keys should be stored separately from
319- authentication information. The recommanded way is to use a
319+ authentication information. The recommended way is to use a
320320 `flickr_keys.py` file. Setting `set_api_keys=True` should be considered
321321 as a conveniency only for single user settings.
322322 """
0 commit comments