diff --git a/modules/geom/doc/composite.rst b/modules/geom/doc/composite.rst index c8e9701b9e565e33e271e83f87150936b7868b5d..50c8e52d274c757ffa05ba1384e74320d11d3482 100644 --- a/modules/geom/doc/composite.rst +++ b/modules/geom/doc/composite.rst @@ -452,7 +452,7 @@ Operations on Geometrical Objects :raises: :exc:`~exceptions.RuntimeError` when the two objects do not intersect :rtype: :class:`Vec3` (:class:`Vec2` in case of :class:`Line2`) -.. function:: IntersectionLine(plane2, plane2) +.. function:: IntersectionLine(plane1, plane2) Returns the intersection line between `plane1` and `plane2`. diff --git a/modules/img/alg/doc/alg.rst b/modules/img/alg/doc/alg.rst index 5e38b19b56f626664ae8f91d99d66d028f946f47..57584f48909f0b2e6f49aff0c1f5db7f12e749fb 100644 --- a/modules/img/alg/doc/alg.rst +++ b/modules/img/alg/doc/alg.rst @@ -495,5 +495,3 @@ most important ones. :type maximum: float - .. method:: GetBins() -