Skip to content

Commit

Permalink
Fix typo in tutorial documentation
Browse files Browse the repository at this point in the history
(Fixes issue #5)
  • Loading branch information
Michael Schuller committed May 27, 2016
1 parent 8f97224 commit 36c9b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A really simple example ::
# ...

# load svg file
svgObj = glsvg.SVG(filename)
svgObj = glsvg.SVGDoc(filename)

# draw svg file
svgObj.draw(x,y)
Expand Down

0 comments on commit 36c9b5b

Please sign in to comment.