Skip to content

Commit

Permalink
Updating doctest.
Browse files Browse the repository at this point in the history
  • Loading branch information
michielkauwatjoe committed Jan 13, 2021
1 parent 9a5ae2e commit d1aea17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/pagebot/contexts/svgcontext/svgcontext.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def newPath(self):
>>> context.newPage(1000, 1000)
>>> path = context.newPath()
>>> from svgwrite.path import Path
>>> isinstance(path, Path)
>>> isinstance(path, SvgBezierPath)
True
"""
self._bezierpath = SvgBezierPath(self.b)
Expand Down

0 comments on commit d1aea17

Please sign in to comment.