From 1aaac3936f4d84690b19fd6a40284af35c5b970c Mon Sep 17 00:00:00 2001 From: jaseg Date: Sat, 25 Feb 2023 19:43:54 +0100 Subject: Still more doc --- gerbonara/cam.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gerbonara/cam.py') 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() -- cgit