Skip to content

Commit

Permalink
DOC: Fix some typos in documentation (#2608)
Browse files Browse the repository at this point in the history
Most of them were found by `codespell` and `typos`.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Apr 29, 2024
1 parent 1d8d3be commit 6d9a7ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/dev/pypdf-writing.md
Expand Up @@ -34,7 +34,7 @@ has the following core steps:

## How others do it

Looking at altrnative software designs and implementations can help to improve
Looking at alternative software designs and implementations can help to improve
our choices.

### fpdf2
Expand Down
2 changes: 1 addition & 1 deletion docs/meta/project-governance.md
Expand Up @@ -90,7 +90,7 @@ The community can expect the following:
easier for maintainers to see that the contribution will not harm the overall
project. Their contributions are documented in the git history and in the
public issues. [Let us know](https://github.com/py-pdf/pypdf/discussions/798)
if you would appriciate something else!
if you would appreciate something else!
* Every **community member** uses a respectful language. We are all human, we
get upset about things we care and other things than what's visible on the
internet go on in our live. pypdf does not pay its contributors - keep all
Expand Down
2 changes: 1 addition & 1 deletion pypdf/_writer.py
Expand Up @@ -942,7 +942,7 @@ def update_page_form_field_values(
Args:
page: `PageObject` - references **PDF writer's page** where the
annotations and field data will be updated.
`List[Pageobject]` - provides list of page to be processsed.
`List[Pageobject]` - provides list of pages to be processed.
`None` - all pages.
fields: a Python dictionary of field names (/T) and text
values (/V).
Expand Down

0 comments on commit 6d9a7ec

Please sign in to comment.