Skip to content

Fix typos in comments and docstrings - #2101

Merged
davidhalter merged 1 commit into
davidhalter:masterfrom
maxtaran2010:fix/typos-in-comments
Jul 9, 2026
Merged

Fix typos in comments and docstrings#2101
davidhalter merged 1 commit into
davidhalter:masterfrom
maxtaran2010:fix/typos-in-comments

Conversation

@maxtaran2010

Copy link
Copy Markdown
Contributor

Fixed minor typos found by codespell in source .py files:

  • curentcurrent in jedi/api/classes.py (docstring)
  • suppportsupport and propetiesproperties in jedi/inference/__init__.py (comment)
  • existanceexistence in jedi/inference/analysis.py (comment)
  • PropablyProbably in jedi/inference/value/instance.py (comment)

All fixes are in comments or docstrings, not in code identifiers or strings used as keys.

Found by codespell:
- curent -> current (classes.py)
- suppport -> support, propeties -> properties (inference/__init__.py)
- existance -> existence (inference/analysis.py)
- Propably -> Probably (inference/value/instance.py)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings July 9, 2026 21:54

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@davidhalter

Copy link
Copy Markdown
Owner

Thanks!

@davidhalter
davidhalter merged commit ef5d361 into davidhalter:master Jul 9, 2026
63 checks passed
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.

3 participants