Skip to content

Commit

Permalink
DOC: Fix typos in documentation (#2938)
Browse files Browse the repository at this point in the history
---------

Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil authored Nov 12, 2024
1 parent c6e4337 commit 7094bce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/meta/project-governance.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ capable of splitting, merging, cropping, and transforming the pages of PDF files
request, but that is up to the maintainer. Other contributors describe issues,
help to ask questions on existing issues to make them easier to answer,
participate in discussions, and help to improve the documentation. Contributors
are similar to maintainers, but without technial permissions.
are similar to maintainers, but without technical permissions.
* A **user** is a person who imports pypdf into their code. All pypdf users
are developers, but not developers who know the internals of pypdf. They only
use the public interface of pypdf. They will likely have less knowledge about
Expand Down Expand Up @@ -111,7 +111,7 @@ An issue is any technical description that aims at bringing pypdf forward:
* Performance tickets: pypdf could be faster - let us know about your specific
scenario.

Any comment that is in those technial descriptions which is not helping the
Any comment that is in those technical descriptions which is not helping the
discussion can be deleted. This is especially true for "me too" comments on bugs
or "bump" comments for desired features. People can express this with 👍 / 👎
reactions.
Expand Down
2 changes: 1 addition & 1 deletion pypdf/_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ def images(self) -> VirtualListImages:
- An integer
Examples:
* `reader.pages[0].images[0]` # return fist image
* `reader.pages[0].images[0]` # return first image
* `reader.pages[0].images['/I0']` # return image '/I0'
* `reader.pages[0].images['/TP1','/Image1']` # return image '/Image1' within '/TP1' Xobject/Form
* `for img in reader.pages[0].images:` # loops through all objects
Expand Down

0 comments on commit 7094bce

Please sign in to comment.