We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26a21d0 commit be77ba7Copy full SHA for be77ba7
exhale/utils.py
@@ -696,7 +696,7 @@ def printAllColorsToConsole(cls):
696
697
def prefix(token, msg):
698
'''
699
- 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
700
empty lines (e.g. `\\n`) still get indented by the ``token``.
701
702
:Parameters:
0 commit comments