Skip to content

docs: Fix a few typos#1137

Merged
MartinThoma merged 1 commit intopy-pdf:mainfrom
timgates42:bugfix_typos
Jul 20, 2022
Merged

docs: Fix a few typos#1137
MartinThoma merged 1 commit intopy-pdf:mainfrom
timgates42:bugfix_typos

Conversation

@timgates42
Copy link
Copy Markdown
Contributor

There are small typos in:

  • docs/meta/project-governance.md
  • tests/test_reader.py
  • tests/test_writer.py

Fixes:

  • Should read inducing rather than indiducing.
  • Should read decisions rather than decisons.

Semi-automated pull request generated by
https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

There are small typos in:
- docs/meta/project-governance.md
- tests/test_reader.py
- tests/test_writer.py

Fixes:
- Should read `inducing` rather than `indiducing`.
- Should read `decisions` rather than `decisons`.

Signed-off-by: Tim Gates <tim.gates@iress.com>
@codecov
Copy link
Copy Markdown

codecov bot commented Jul 20, 2022

Codecov Report

Merging #1137 (3f348e7) into main (f2983e1) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1137   +/-   ##
=======================================
  Coverage   92.03%   92.03%           
=======================================
  Files          24       24           
  Lines        4671     4671           
  Branches      965      965           
=======================================
  Hits         4299     4299           
  Misses        227      227           
  Partials      145      145           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f2983e1...3f348e7. Read the comment docs.

@MartinThoma MartinThoma merged commit d41201b into py-pdf:main Jul 20, 2022
@MartinThoma
Copy link
Copy Markdown
Member

Very nice project - thank you for applying it to PyPDF! ❤️

@MartinThoma MartinThoma added the nf-documentation Non-functional change: Documentation label Jul 20, 2022
MartinThoma added a commit that referenced this pull request Jul 21, 2022
New Features (ENH):
-  Add `outline_count` property (#1129)

Bug Fixes (BUG):
-  Make reader.get_fields also return dropdowns with options (#1114)
-  Add deprecated EncodedStreamObject functions back until PyPDF2==3.0.0 (#1139)

Robustness (ROB):
-  Cope with missing /W entry (#1136)
-  Cope with invalid parent xref (#1133)

Documentation (DOC):
-  Contributors file (#1132)
-  Fix type in signature of PdfWriter.add_uri (#1131)

Developer Experience (DEV):
-  Add .git-blame-ignore-revs (#1141)

Code Style (STY):
-  Fixing typos (#1137)
-  Re-use code via get_outlines_property in tests (#1130)

Full Changelog: 2.6.0...2.7.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

nf-documentation Non-functional change: Documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants