Skip to content

Commit 37c0dce

Browse files
committed
Update inline documentation for previous commit
1 parent c284a7c commit 37c0dce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/rules/src/https_everywhere_checker/http_client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,8 @@ def staticFetch(url, options, platformPath):
338338

339339
def fetchHtml(self, url):
340340
"""Fetch HTML from given http/https URL. Return codes 301, 302,
341-
303, 307 are followed, URLs rewritten using HTTPS Everywhere rules.
341+
303, 307, and 308 are followed, URLs rewritten using HTTPS
342+
Everywhere rules.
342343
343344
@param url: string URL of http(s) resource
344345
@returns: tuple (httpResponseCode, htmlData)

0 commit comments

Comments
 (0)