From 17d2101535780e5cb21d20ce5a77cdf12f7a418e Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 27 Feb 2018 09:21:24 -0500 Subject: [PATCH] fix Signed-off-by: Kenneth Reitz --- requests_html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requests_html.py b/requests_html.py index 7f971db..9e5ca14 100644 --- a/requests_html.py +++ b/requests_html.py @@ -332,4 +332,4 @@ class BrowserHTMLSession(HTMLSession): # Backwards compatiblity. session = HTMLSession() Session = HTMLSession -BroserSession = BrowserHTMLSession +BrowserSession = BrowserHTMLSession