Skip to content

Commit eda9066

Browse files
committed
modify docstrings
1 parent 551938f commit eda9066

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/embedding/test_app.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,8 @@ def test_app_getters_notstale(embedded_app):
206206
def test_building_gallery(embedded_app):
207207
"""Test for checking building gallery .
208208
209-
When building gallery each example files create
210-
an instance of app. When BUILDING GALLERY flag is enabled,
211-
only one instance is kept.
209+
When building the gallery, each example file creates an instance of the app.
210+
When the BUILDING_GALLERY flag is enabled, only one instance is kept.
212211
"""
213212
import ansys.mechanical.core as mech
214213

0 commit comments

Comments
 (0)