Fix docstring for http module.

This commit is contained in:
Florian Bruhin 2015-08-02 17:20:21 +02:00
parent 33915b65cf
commit cd7c3ec3a4

View File

@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with qutebrowser. If not, see <http://www.gnu.org/licenses/>.
"""Other utilities which don't fit anywhere else."""
"""Parsing functions for various HTTP headers."""
import os.path