Skip to content
This repository was archived by the owner on Mar 31, 2020. It is now read-only.

Commit a5299cb

Browse files
committed
Fixed my phrase
1 parent fe36d2c commit a5299cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/front.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def cache(self):
6767
@cache.setter
6868
def cache(self, data: list):
6969
self._cache = data
70-
# Pump the well
70+
# Prime the pump
7171
self.__next()
7272
self.window.set_view(self.image)
7373

0 commit comments

Comments
 (0)