Skip to content

Commit a7f9f58

Browse files
committed
fix typos
1 parent a7e8f3f commit a7f9f58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/page.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ In a nutshell, this is what you can do with PyMuPDF:
695695

696696
*(Changed in v1.18.4)*
697697

698-
PDF only: Draw a cubic Bézier curve from *p1* to *p4* with the control points *p2* and *p3* (all are :data`point_like` \s). See :meth:`Shape.drawBezier`.
698+
PDF only: Draw a cubic Bézier curve from *p1* to *p4* with the control points *p2* and *p3* (all are :data:`point_like` \s). See :meth:`Shape.drawBezier`.
699699

700700
.. index::
701701
pair: closePath; drawCurve

docs/shape.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Several draw methods can be executed in a row and each one of them will contribu
115115

116116
.. method:: drawBezier(p1, p2, p3, p4)
117117

118-
Draw a standard cubic Bezier curve from *p1* to *p4*, using *p2* and *p3* as control points.
118+
Draw a standard cubic Bézier curve from *p1* to *p4*, using *p2* and *p3* as control points.
119119

120120
All arguments are :data:`point_like` \s.
121121

0 commit comments

Comments
 (0)