More accurate description

pull/10419/head
Eric Eastwood 2021-07-14 01:57:47 -05:00
parent ea7c30db88
commit 9a6fd3fd46
1 changed files with 2 additions and 2 deletions

View File

@ -1760,7 +1760,7 @@ class PersistEventsStore:
txn.call_after(self.store.get_applicable_edit.invalidate, (parent_id,))
def _handle_insertion_event(self, txn: LoggingTransaction, event: EventBase):
"""Handles inserting insertion extremeties during peristence of marker events
"""Handles keeping track of insertion events and edges/connections
Args:
txn: The database transaction object
@ -1802,7 +1802,7 @@ class PersistEventsStore:
)
def _handle_chunk_id(self, txn: LoggingTransaction, event: EventBase):
"""Handles inserting the chunk connections between the event at the
"""Handles inserting the chunk edges/connections between the event at the
start of a chunk and an insertion event
Args: