From 344e6792c47c764c63b6902888b9e7492485f678 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sun, 6 Feb 2022 13:18:07 +0100 Subject: Fix graphics_objects doc strings --- gerbonara/graphic_objects.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gerbonara/graphic_objects.py') diff --git a/gerbonara/graphic_objects.py b/gerbonara/graphic_objects.py index c14b411..0995646 100644 --- a/gerbonara/graphic_objects.py +++ b/gerbonara/graphic_objects.py @@ -146,7 +146,7 @@ class GraphicObject: """ Serialize this object into Gerber statements. :param gs: :py:class:`~.rs274x.GraphicsState` object containing current Gerber state (polarity, selected - aperture, interpolation mode etc.). + aperture, interpolation mode etc.). :returns: Iterator yielding one string per line of output Gerber :rtype: Iterator[str] @@ -156,7 +156,7 @@ class GraphicObject: """ Serialize this object into XNC Excellon statements. :param ctx: :py:class:`.ExcellonContext` object containing current Excellon state (selected tool, - interpolation mode etc.). + interpolation mode etc.). :returns: Iterator yielding one string per line of output XNC code :rtype: Iterator[str] -- cgit