From 45dba2ba880142ae5e6891569a17dce9e5a7ed41 Mon Sep 17 00:00:00 2001 From: A_D Date: Mon, 24 Jan 2022 23:17:51 +0200 Subject: [PATCH] change module doc comment for text.py --- util/text.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/text.py b/util/text.py index 8a8578b9..0755f0f3 100644 --- a/util/text.py +++ b/util/text.py @@ -1,4 +1,4 @@ -"""Utilities for dealing with HTTP.""" +"""Utilities for dealing with text (and byte representations thereof).""" from __future__ import annotations from gzip import compress