docstring

This commit is contained in:
Will McGugan
2023-02-24 17:11:14 +00:00
parent 01a4ed97e1
commit 33bbdf14a3

View File

@@ -444,7 +444,7 @@ class App(Generic[ReturnType], DOMNode):
@contextmanager
def batch_update(self) -> Generator[None, None, None]:
"""Suspend all repaints until the end of the batch."""
"""A context manager to suspend all repaints until the end of the batch."""
self._begin_batch()
try:
yield