Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typos found with codespell #93124

Closed
Akuli opened this issue May 23, 2022 · 1 comment · Fixed by #93125
Closed

Typos found with codespell #93124

Akuli opened this issue May 23, 2022 · 1 comment · Fixed by #93125
Labels
docs

Comments

@Akuli
Copy link
Contributor

@Akuli Akuli commented May 23, 2022

Nothing major here, but I ran codespell Lib/ and found a few typos. I will submit pull requests next.

                # here drained task ouside the barrier
                                    ^^^^^^

                # wit here to reach the `parties`
                  ^^^

        # signal.signal() can throw if the "main thread" doensn't have signals enabled
                                                         ^^^^^^^^

        # readline module is loaded, since test_builtin is not intented to test
                                                               ^^^^^^^^

        # When running under regtest, a seperate tempdir is used
                                        ^^^^^^^^

        invokations = []
            invokations.append(src)
        self.assertEqual(len(invokations), 9)

        trough that corresponds to VALUE or the current value if None is
        ^^^^^^

        # Parameterizes an already-parameterized object.
          ^^^^^^^^^^^^^

        """Parameterizes a generic class.
           ^^^^^^^^^^^^^
@Akuli Akuli added the docs label May 23, 2022
@gvanrossum
Copy link
Member

@gvanrossum gvanrossum commented May 23, 2022

FWIW I'll approve this because you're a regular contributor, but in general such PRs are low value (none of the typos I saw you reported hampered understanding of the comment), so please don't do this.

miss-islington pushed a commit that referenced this issue May 25, 2022
Fixes #93124

Automerge-Triggered-By: GH:rhettinger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants