Skip to content

Commit

Permalink
readme: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Oct 28, 2023
1 parent d4fd2e4 commit 844879a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pypdfium2 includes helpers to simplify common use cases, while the raw PDFium/ct
### Setup magic
As pypdfium2 uses external binaries, there are some special setup aspects to consider.
Note, the APIs below may change any time and are mostly of internal interset.
Note, the APIs below may change any time and are mostly of internal interest.
* Binaries are stored in platform-specific sub-directories of `data/`, along with bindings and version information.
* The env var `$PDFIUM_PLATFORM` controls which binary to include on setup.
Expand All @@ -80,7 +80,7 @@ Note, the APIs below may change any time and are mostly of internal interset.
- This is a convenience option to get pypdfium2 installed from source even if a working ctypesgen is not available in the install env.
- Warning: This might not be ABI-safe. Please make sure binary/bindings build headers match to avoid ABI issues.
[^platform_ids]: This is mainly of internal interest for packaging, so that wheels can be crafted for any platform without access to a native host.
[^platform_ids]: Intended for packaging, so that wheels can be crafted for any platform without access to a native host.
### Runtime Dependencies
Expand Down

0 comments on commit 844879a

Please sign in to comment.