diff options
-rw-r--r-- | poezio/text_buffer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/text_buffer.py b/poezio/text_buffer.py index c5e61a6a..2c0d192a 100644 --- a/poezio/text_buffer.py +++ b/poezio/text_buffer.py @@ -121,7 +121,7 @@ class TextBuffer: self._messages_nb_limit = messages_nb_limit # type: int # Message objects self.messages = [] # type: List[Message] - # Correction id -> Original message id + # COMPAT: Correction id -> Original message id. self.correction_ids = {} # type: Dict[str, str] # we keep track of one or more windows # so we can pass the new messages to them, as they are added, so |