From 4b28eef70e6fdbc1c4afa0c03c2e84eba3ff6b8c Mon Sep 17 00:00:00 2001
From: Xavier Robin <xavalias-github@xavier.robin.name>
Date: Tue, 30 Apr 2024 15:50:12 +0200
Subject: [PATCH] doc: fix typos

---
 modules/geom/doc/composite.rst | 2 +-
 modules/img/alg/doc/alg.rst    | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/modules/geom/doc/composite.rst b/modules/geom/doc/composite.rst
index c8e9701b9..50c8e52d2 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 5e38b19b5..57584f489 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()
-
-- 
GitLab