From 0a6d152e514f0f0cfd8f8e17a8d86341e85aff23 Mon Sep 17 00:00:00 2001 From: Joshua May Date: Thu, 4 Nov 2021 13:58:48 +0100 Subject: [PATCH] Fixed typo: s/fiendly/friendly/ --- steam/webapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steam/webapi.py b/steam/webapi.py index 3fe8db9b..53faa322 100644 --- a/steam/webapi.py +++ b/steam/webapi.py @@ -1,7 +1,7 @@ """ WebAPI provides a thin wrapper over `Steam's Web API `_ -It is very fiendly to exploration and prototyping when using ``ipython``, ``notebooks`` or similar. +It is very friendly to exploration and prototyping when using ``ipython``, ``notebooks`` or similar. The ``key`` will determine what WebAPI interfaces and methods are available. .. note::