summaryrefslogtreecommitdiffstats
path: root/ptpython/prompt_style.py
diff options
context:
space:
mode:
Diffstat (limited to 'ptpython/prompt_style.py')
-rw-r--r--ptpython/prompt_style.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ptpython/prompt_style.py b/ptpython/prompt_style.py
index 24e5f88..e7334af 100644
--- a/ptpython/prompt_style.py
+++ b/ptpython/prompt_style.py
@@ -16,7 +16,7 @@ class PromptStyle(metaclass=ABCMeta):
@abstractmethod
def in_prompt(self) -> AnyFormattedText:
- " Return the input tokens. "
+ "Return the input tokens."
return []
@abstractmethod
@@ -31,7 +31,7 @@ class PromptStyle(metaclass=ABCMeta):
@abstractmethod
def out_prompt(self) -> AnyFormattedText:
- " Return the output tokens. "
+ "Return the output tokens."
return []