Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit 5721082

Browse files
committed
Fixup misleading docstring.
1 parent cab873f commit 5721082

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hyper/http11/response.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# -*- coding: utf-8 -*-
22
"""
3-
hyper/http20/response
3+
hyper/http11/response
44
~~~~~~~~~~~~~~~~~~~~~
55
6-
Contains the HTTP/2 equivalent of the HTTPResponse object defined in
6+
Contains the HTTP/1.1 equivalent of the HTTPResponse object defined in
77
httplib/http.client.
88
"""
99
import logging

0 commit comments

Comments
 (0)