From 49dd08af58f2f7096e0b7d5af16a34cc3f484d04 Mon Sep 17 00:00:00 2001 From: Mike Krogh Date: Thu, 20 Jul 2023 09:34:45 -0400 Subject: [PATCH] fix typo --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 27e52e3675b..e6e3a5dcb06 100644 --- a/README.rst +++ b/README.rst @@ -164,7 +164,7 @@ Also, PyEnSight may be launched as other PyAnsys products with the ``launch_ensi .. code:: python >>> from ansys.pyensight.core import launch_ensight - >>> session = session = launch_ensight(use_sos=3) + >>> session = launch_ensight(use_sos=3) >>> data = session.render(1920, 1080, aa=4) >>> with open("image.png", "wb") as f: ... f.write(data)