Skip to content

Commit

Permalink
Change indent reference to point at the official docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
HexDecimal committed Mar 29, 2023
1 parent 2d465e3 commit 852cc5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exhale/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 852cc5e

Please sign in to comment.