Skip to content

Commit

Permalink
Remove duplicated word
Browse files Browse the repository at this point in the history
  • Loading branch information
nudomarinero authored Mar 20, 2023
1 parent 5335dc1 commit b636018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The elementary objects of projective geometry, points and lines can be created u
m = Line(0, 1, 0)
Here we specified a line once by two base points and once using the homogeneous coordinates of the line.
The two elementary operations :obj:`~point.meet` and :obj:`~point.join` can also be called called exactly as
The two elementary operations :obj:`~point.meet` and :obj:`~point.join` can also be called exactly as
one would expect:

.. code-block:: python
Expand Down

0 comments on commit b636018

Please sign in to comment.