Skip to content

Commit 28618d1

Browse files
committed
Update algebra.rst
1 parent ce286e3 commit 28618d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/algebra.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ The following will deliver the **middle point of a line** that connects two poin
122122
Point(2356.0, 1571.5)
123123
>>>
124124

125-
Compute the ** vector dot product** of two points. You can compute the **cosine of angles** and check orthogonality.
125+
Compute the **vector dot product** of two points. You can compute the **cosine of angles** and check orthogonality.
126126

127127
>>> p1 = pymupdf.Point(1, 0)
128128
>>> p2 = pymupdf.Point(1, 1)

0 commit comments

Comments
 (0)