Skip to content

Commit ce8b51d

Browse files
committed
Cut long line
1 parent b7818c9 commit ce8b51d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cairosvg/surface.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ def convert(cls, bytestring=None, *, file_obj=None, url=None, dpi=96,
116116
:param unsafe: A boolean allowing external file access, XML entities
117117
and very large files
118118
(WARNING: vulnerable to XXE attacks and various DoS).
119-
This does NOT restrict fetching of the main SVG input specified via
120-
the ``url`` parameter.
119+
This does NOT restrict fetching of the main SVG input specified
120+
via the ``url`` parameter.
121121
Applications should validate input URLs to prevent SSRF.
122122
123123

0 commit comments

Comments
 (0)