From ffddb1da0abba29d535bd44fca5da0a202661f71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Morais?= <146729917+SMoraisAnsys@users.noreply.github.com> Date: Tue, 30 Apr 2024 09:48:38 +0200 Subject: [PATCH] DOC: Fix docstring typo --- pyaedt/modules/solutions.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pyaedt/modules/solutions.py b/pyaedt/modules/solutions.py index 5095778a5cf..1b443ba2ae5 100644 --- a/pyaedt/modules/solutions.py +++ b/pyaedt/modules/solutions.py @@ -3300,7 +3300,6 @@ def export_image( for the zoom of the exported image. show_region : bool, optional Whether to include the air region in the exported image. Default is ``True``. - show_axis=show_axis, show_grid : bool, optional Whether to display the background grid in the exported image. Default is ``True``.