diff --git a/doc/source/user_guide/post.rst b/doc/source/user_guide/post.rst index f7593398f2..02057ed5d1 100644 --- a/doc/source/user_guide/post.rst +++ b/doc/source/user_guide/post.rst @@ -59,7 +59,6 @@ These commands are listed in Table-1_. | | | * :func:`Mapdl.prrsol() ` | | | | * :func:`Mapdl.prsect() ` | | | | * :func:`Mapdl.prvect() ` | -| | | * :func:`Mapdl.stat() ` | | | | * :func:`Mapdl.swlist() ` | | | | | | | | **Other Listing** | diff --git a/examples/00-mapdl-examples/composite_dcb.py b/examples/00-mapdl-examples/composite_dcb.py index adfc72c6df..3e07ab744a 100644 --- a/examples/00-mapdl-examples/composite_dcb.py +++ b/examples/00-mapdl-examples/composite_dcb.py @@ -437,7 +437,7 @@ plt.show() ############################################################################### -# Animate results using PyDPF with .anmiate() method +# Animate results using PyDPF with .animate() method # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # Use PyDPF method :func:`FieldsContainer.animate() ` to visualize the crack opening throughout the simulation as # an animation.