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 84a54df commit 55a2b5aCopy full SHA for 55a2b5a
bpython/history.py
@@ -100,7 +100,7 @@ def entry(self) -> str:
100
101
@property
102
def entries_by_index(self) -> List[str]:
103
- return list(chain((self.saved_line, ), reversed(self.entries)))
+ return list(chain((self.saved_line,), reversed(self.entries)))
104
105
def find_match_backward(
106
self, search_term: str, include_current: bool = False
0 commit comments