Skip to content

Conversation

mikemanger
Copy link
Contributor

Short description

This PR includes typo fixes found in this project

Proposed changes

Most are simple documentation corrections however there are a couple of user facing changes:

  • pisaErrorDocument() corrects a typo of occured -> occurred in its output
  • pisaLinkLoader --system command outputs SYSTEM INFORMATIONS -> SYSTEM INFORMATION

These are both minor changes but I guess someone could be parsing the output of them.

@@ -575,10 +575,10 @@ class pisaTagPDFPAGENUMBER(pisaTag):

def start(self, c: pisaContext) -> None: # noqa: PLR6301
flow = PageNumberFlowable()
pn = c.addPageNumber(flow)
pageNumber = c.addPageNumber(flow)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are the previous names of these variables really typos?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry I should have mentioned this in the PR.
It got flagged as a false positive of on and I figured having a descriptive variable name is good practice.

I'm happy to change it back or to something like number.

@mikemanger mikemanger closed this Feb 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants