1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-12 23:37:14 +03:00

change module doc comment for text.py

This commit is contained in:
A_D 2022-01-24 23:17:51 +02:00
parent 5f7234ce89
commit 45dba2ba88
No known key found for this signature in database
GPG Key ID: 4BE9EB7DF45076C4

View File

@ -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