Skip to content

Commit 852cc5e

Browse files
committed
Change indent reference to point at the official docs.
1 parent 2d465e3 commit 852cc5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exhale/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ def printAllColorsToConsole(cls):
696696

697697
def prefix(token, msg):
698698
'''
699-
Wrapper call to :func:`~exhale.utils.indent` with an always-true predicate so that
699+
Wrapper call to :func:`~textwrap.indent` with an always-true predicate so that
700700
empty lines (e.g. `\\n`) still get indented by the ``token``.
701701
702702
:Parameters:

0 commit comments

Comments
 (0)