From c1f3df229add30534c009063cf12a478f777cd6b Mon Sep 17 00:00:00 2001 From: Mayank Kumar Date: Tue, 23 Sep 2025 11:03:51 +0530 Subject: [PATCH 1/2] docs: Corrected a typo in Ablation example --- examples/00-fluent/modeling_ablation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/00-fluent/modeling_ablation.py b/examples/00-fluent/modeling_ablation.py index 076c1aafa00c..35374b0e49fb 100644 --- a/examples/00-fluent/modeling_ablation.py +++ b/examples/00-fluent/modeling_ablation.py @@ -34,7 +34,7 @@ # the damaging effects of external high temperatures caused by shock wave and viscous # heating. The ablative material is chipped away due to surface reactions that remove a # significant amount of heat and keep the vehicle surface temperature below the melting -# point. In this tutorial, Fluent ablation model is demonstrated for a reendtry vehicle +# point. In this tutorial, Fluent ablation model is demonstrated for a re-entry vehicle # geometry simplified as a 3D wedge. # # This tutorial demonstrates how to do the following: From bbf0563f0c3439c1dd82a950eb78bc09a2b57903 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Tue, 23 Sep 2025 05:39:12 +0000 Subject: [PATCH 2/2] chore: adding changelog file 4494.documentation.md [dependabot-skip] --- doc/changelog.d/4494.documentation.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/4494.documentation.md diff --git a/doc/changelog.d/4494.documentation.md b/doc/changelog.d/4494.documentation.md new file mode 100644 index 000000000000..76b8ef7eaf08 --- /dev/null +++ b/doc/changelog.d/4494.documentation.md @@ -0,0 +1 @@ +Corrected a typo in Ablation example [skip tests]