Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cli: Fix docstring processing with Python 3.13+
Fix docstring processing code to reindent the docstrings if using Python 3.13 or newer. Starting with this version, all docstrings are automatically dedented by Python, which causes the regular expression to fail to match. Fixes tqdm#1585
- Loading branch information