Skip to content

Commit 16cadab

Browse files
committed
Fixed some warnings/broken links in assy.rst
1 parent 3adbb5e commit 16cadab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/assy.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,8 +451,8 @@ When creating a Point constraint, the ``param`` argument can be used to specify
451451
between the two centers. This offset does not have a direction associated with it, if you want to
452452
specify an offset in a specific direction then you should use a dummy :class:`~cadquery.Vertex`.
453453

454-
The Point constraint uses the :meth:`~cadquery.occ_impl.Shape.Center` to find the center of the
455-
argument. Hence it will work with all subclasses of :class:`~caquery.occ_impl.Shape`.
454+
The Point constraint uses the :meth:`~cadquery.Shape.Center` to find the center of the
455+
argument. Hence it will work with all subclasses of :class:`~cadquery.Shape`.
456456

457457
.. cadquery::
458458

0 commit comments

Comments
 (0)