Skip to content

Commit

Permalink
ui.editors.BlockEditor docstring fix
Browse files Browse the repository at this point in the history
  • Loading branch information
haliphax committed Mar 12, 2020
1 parent 35c6970 commit 6a70699
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions xthulu/ui/editors.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,9 @@ def process_keystroke(self, ks):
"""
Process keystroke and produce output (if any)
:param blessed.keyboard.Keystroke ks: Keystroke object
(e.g. from :meth:`inkey`)
:param :class:`blessed.keyboard.Keystroke` ks: Keystroke object
(e.g. from `inkey`)
:returns: Updated output for the editor display
:rtype: str
"""

Expand Down

0 comments on commit 6a70699

Please sign in to comment.