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 @contextmanager
def saved_context(self): def saved_context(self):
""" """
Generator: for saving and restoring cairo contexts. Generator: for saving and restoring contexts.
:param cr: cairo context
""" """
cr = self.ctx cr = self.ctx
cr.save() cr.save()