docstring

This commit is contained in:
Will McGugan 2019-11-23 22:09:30 +00:00
parent 6fc2bbe9ca
commit 81fe3a3d51
1 changed files with 1 additions and 0 deletions

View File

@ -223,6 +223,7 @@ class MarkdownContext:
@property
def width(self) -> int:
"""The width of the console."""
return self.options.max_width
def on_text(self, text: str) -> None: