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

Typo fix in Language.replace_listeners docs #12823

Merged
merged 2 commits into from
Jul 14, 2023

Conversation

it176131
Copy link
Contributor

@it176131 it176131 commented Jul 13, 2023

I corrected the misspelling of the word "significantly" from "significally".

Description

modified: spacy/language.py

  • corrected typo in docstring for :method:Language.replace_listeners
    - added noqa comment on unused local variable assignment in :method:Language.from_config as I wasn't sure if it should be unassigned

modified: website/docs/api/language.mdx

  • corrected typo in Language.replace_listeners markdown

Types of change

Change to the documentation

Checklist

  • I confirm that I have the right to submit this contribution under the project's MIT license.
  • I ran the tests, and all new and existing tests passed.
  • My changes don't require a change to the documentation, or if they do, I've added all required information.

	- corrected typo in docstring for :method:`Language.replace_listeners`
	- added noqa comment on unused local variable assignment in :method:`Language.from_config` as I wasn't sure if it should be unassigned

modified:   website/docs/api/language.mdx
	- corrected typo in `Language.replace_listeners` markdown
@svlandeg svlandeg added the docs Documentation and website label Jul 13, 2023
spacy/language.py Outdated Show resolved Hide resolved
	- removed noqa comment
Copy link
Contributor

@rmitsch rmitsch left a comment

Choose a reason for hiding this comment

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

Thanks!

@svlandeg svlandeg merged commit ef20e11 into explosion:master Jul 14, 2023
22 checks passed
@it176131 it176131 deleted the typo_fix_in_replace_listeners branch July 14, 2023 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation and website
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants