Skip to content

Commit 93cae1b

Browse files
fix: Docstrings
1 parent bd481f0 commit 93cae1b

File tree

1 file changed

+2
-2
lines changed
  • src/ansys/tools/visualization_interface/backends/pyvista/widgets

1 file changed

+2
-2
lines changed

src/ansys/tools/visualization_interface/backends/pyvista/widgets/dark_mode.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
# SOFTWARE.
22-
"""Provides the hide buttons widget for the PyAnsys plotter."""
22+
"""Provides the dark mode button widget for the PyAnsys plotter."""
2323
from pathlib import Path
2424
from typing import TYPE_CHECKING
2525

@@ -83,7 +83,7 @@ def callback(self, state: bool) -> None:
8383
self._plotter.scene.iren._mouse_right_button_click()
8484

8585
def update(self) -> None:
86-
"""Define the hide widget button parameters."""
86+
"""Define the dark mode widget button parameters."""
8787
if self._dark_mode:
8888
is_inv = "_inv"
8989
else:

0 commit comments

Comments
 (0)