mirror of
https://github.com/jsvine/pdfplumber.git
synced 2026-08-29 08:34:23 +08:00
docs: fix missing "from" in line object y1 description
The `line` properties table in README.md described `y1` as "Distance of top extremity bottom of page" — missing the word "from". The parallel entries for char, rect, curve, and image all use the "Distance of top of X from bottom of page" wording. Adds the missing preposition to match the rest of the table.
This commit is contained in:
@@ -192,7 +192,7 @@ my_char_rotation = my_char_ctm.skew_x
|
||||
|`x0`| Distance of left-side extremity from left side of page.|
|
||||
|`x1`| Distance of right-side extremity from left side of page.|
|
||||
|`y0`| Distance of bottom extremity from bottom of page.|
|
||||
|`y1`| Distance of top extremity bottom of page.|
|
||||
|`y1`| Distance of top extremity from bottom of page.|
|
||||
|`top`| Distance of top of line from top of page.|
|
||||
|`bottom`| Distance of bottom of the line from top of page.|
|
||||
|`doctop`| Distance of top of line from top of document.|
|
||||
|
||||
Reference in New Issue
Block a user