From 840f475ea6c3f237b7c48cfba65fa30a041b0dc2 Mon Sep 17 00:00:00 2001 From: Thorsten Hater <24411438+thorstenhater@users.noreply.github.com> Date: Thu, 4 Aug 2022 10:46:56 +0200 Subject: [PATCH] Fix doc error. (#1934) --- doc/python/mechanisms.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/python/mechanisms.rst b/doc/python/mechanisms.rst index dbeb7903..97b9312c 100644 --- a/doc/python/mechanisms.rst +++ b/doc/python/mechanisms.rst @@ -464,7 +464,8 @@ Mechanism catalogues .. py:method:: extend(other, prefix) - Import another catalogue, possibly with a prefix. Will overwrite in case of name collisions. + Import another catalogue, possibly with a prefix. Will raise an exception + in case of name collisions. .. code-block:: Python -- GitLab