From 15ba701f6431446656ea4fa14b5068370adba8b6 Mon Sep 17 00:00:00 2001 From: gumyr Date: Sun, 20 Aug 2023 10:31:39 -0400 Subject: [PATCH] Fix typo --- docs/joints.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/joints.rst b/docs/joints.rst index 75c8afd..7eb6863 100644 --- a/docs/joints.rst +++ b/docs/joints.rst @@ -67,7 +67,7 @@ flanges are attached to the ends of a curved pipe: .. literalinclude:: rigid_joints_pipe.py Note how the locations of the joints are determined by the :meth:`~topology.Mixin1D.location_at` method -and how the ``-`` negate operator is used to reverse the direction of the location without changing it's +and how the ``-`` negate operator is used to reverse the direction of the location without changing its poosition. Also note that the ``WeldNeckFlange`` class predefines two joints, one at the pipe end and one at the face end - both of which are shown in the above image (generated by ocp-vscode with the ``render_joints=True`` flag set in the ``show`` function).