We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce286e3 commit 28618d1Copy full SHA for 28618d1
docs/algebra.rst
@@ -122,7 +122,7 @@ The following will deliver the **middle point of a line** that connects two poin
122
Point(2356.0, 1571.5)
123
>>>
124
125
-Compute the ** vector dot product** of two points. You can compute the **cosine of angles** and check orthogonality.
+Compute the **vector dot product** of two points. You can compute the **cosine of angles** and check orthogonality.
126
127
>>> p1 = pymupdf.Point(1, 0)
128
>>> p2 = pymupdf.Point(1, 1)
0 commit comments