From 852cc5e03b892da58d1b319f393ea7095d6b19fe Mon Sep 17 00:00:00 2001 From: Kyle Benesch <4b796c65+github@gmail.com> Date: Tue, 6 Sep 2022 17:19:13 -0700 Subject: [PATCH] Change indent reference to point at the official docs. --- exhale/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exhale/utils.py b/exhale/utils.py index edacef3..dae7970 100644 --- a/exhale/utils.py +++ b/exhale/utils.py @@ -696,7 +696,7 @@ def printAllColorsToConsole(cls): def prefix(token, msg): ''' - Wrapper call to :func:`~exhale.utils.indent` with an always-true predicate so that + Wrapper call to :func:`~textwrap.indent` with an always-true predicate so that empty lines (e.g. `\\n`) still get indented by the ``token``. :Parameters: