From 65f4334c032138d88004c418020437a6b571137f Mon Sep 17 00:00:00 2001 From: Denis LE Date: Sat, 21 Dec 2019 16:14:58 +0100 Subject: [PATCH] Fix typo in galaxy.http doc --- src/galaxy/http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/galaxy/http.py b/src/galaxy/http.py index b68c7cd..2b8e5b7 100644 --- a/src/galaxy/http.py +++ b/src/galaxy/http.py @@ -1,5 +1,5 @@ """ -This module standarize http traffic and the error handling for further communication with the GOG Galaxy 2.0. +This module standardizes http traffic and the error handling for further communication with the GOG Galaxy 2.0. It is recommended to use provided convenient methods for HTTP requests, especially when dealing with authorized sessions. Examplary simple web service could looks like: