summaryrefslogtreecommitdiff
path: root/gerbonara/cam.py
diff options
context:
space:
mode:
Diffstat (limited to 'gerbonara/cam.py')
-rw-r--r--gerbonara/cam.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gerbonara/cam.py b/gerbonara/cam.py
index 59c4969..9819087 100644
--- a/gerbonara/cam.py
+++ b/gerbonara/cam.py
@@ -357,7 +357,7 @@ class CamFile:
def merge(self, other):
""" Merge ``other`` into ``self``, i.e. add all objects that are in ``other`` to ``self``. This resets
:py:attr:`.import_settings` and :py:attr:`~.CamFile.generator`. Units and other file-specific settings are
- automatically handled.
+ handled automatically.
"""
raise NotImplementedError()