Skip to content

Commit

Permalink
Fixed long comment lines to pass ruff check.
Browse files Browse the repository at this point in the history
  • Loading branch information
dtromb committed May 31, 2024
1 parent cd9689e commit caf8bcf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cairocffi/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -2259,7 +2259,8 @@ def tag_end(self, tag_name):
def set_hairline(self, enabled):
"""Sets lines within the cairo context to be hairlines.
Hairlines are logically zero-width lines that are drawn at the thinnest renderable width possible in the current context.
Hairlines are logically zero-width lines that are drawn at the thinnest
renderable width possible in the current context.
:type enabled: bool
:param enabled: whether or not to set hairline mode
Expand Down

0 comments on commit caf8bcf

Please sign in to comment.