Remove reference to cairo

This commit is contained in:
Florian Festi 2020-05-17 22:28:22 +02:00
parent c3ac26e725
commit 2fc59b48df
1 changed files with 1 additions and 2 deletions

View File

@ -275,8 +275,7 @@ class Boxes:
@contextmanager
def saved_context(self):
"""
Generator: for saving and restoring cairo contexts.
:param cr: cairo context
Generator: for saving and restoring contexts.
"""
cr = self.ctx
cr.save()