Skip to content

Commit 5b9248b

Browse files
committed
Correction
1 parent 51bf50e commit 5b9248b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/textpage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,12 +222,12 @@ bbox vector bbox on page (:data:`rect_like`)
222222
number block count (``int``)
223223
stroked either stroked (``True``) or filled (``False``) (``bool``)
224224
isrect whether the vector is axis-parallel (``bool``). Can be a line or a rectangle. Curves or diagonal lines are ``False``.
225-
continues whether the vector is (not the first) part of a sequence of vectors in a path (``bool``).
225+
continues whether the vector is (not the last) part of a sequence of vectors in a *path* (``bool``).
226226
color sRGB integer, e.g. 0xRRGGBB (``int``).
227227
alpha Transparency, a value in ``range(256)`` (``int``).
228228
=============== =========================================================================================================================
229229

230-
This information is a true subset of the output of :meth:`Page.get_drawings`. Its advantage is its speed (because it is extracted with one :ref:`TextPage` creation) and the fact that vector blocks are included in the overall page content sequence together with text and images.
230+
This information is a true subset of the output of :meth:`Page.get_drawings`. Its advantage is its speed (because it is extracted alongside one :ref:`TextPage` creation) and the fact that vector blocks are included in the overall page content sequence together with text and images.
231231

232232
**Image block:**
233233

0 commit comments

Comments
 (0)