Skip to content

Commit

Permalink
fix text indentation in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
realnitinworks committed Jan 12, 2021
1 parent 2d3ec69 commit d4d087c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rich/prompt.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ class InvalidResponse(PromptError):
"""Exception to indicate a response was invalid. Raise this within process_response() to indicate an error
and provide an error message.
Args:
message (Union[str, Text]): Error message.
Args:
message (Union[str, Text]): Error message.
"""

def __init__(self, message: TextType) -> None:
Expand Down

0 comments on commit d4d087c

Please # to comment.