Skip to content

Commit

Permalink
Refactor text module doc
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipMay committed Dec 21, 2023
1 parent 47f630f commit b793692
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion mltb2/text.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@
# This software is distributed under the terms of the MIT license
# which is available at https://opensource.org/licenses/MIT

"""Text specific module."""
"""This module offers text specific tools.
It offers the following functionality:
- detect or clean invisible characters
- detect or replace special whitespaces
- remove duplicate whitespaces
"""

import re
from typing import Dict, Final, Pattern, Tuple
Expand Down

0 comments on commit b793692

Please sign in to comment.