Skip to content

Commit

Permalink
Fix typos found by codespell
Browse files Browse the repository at this point in the history
The Python classifier is `NaturalLanguage :: Ukrainian`:
	https://pypi.org/classifiers/
  • Loading branch information
DimitriPapadopoulos authored and abn committed Jan 6, 2025
1 parent 3bb8d63 commit 6e2eb40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/managing-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Poetry provides a way to **organize** your dependencies by **groups**.
The dependencies declared in `project.dependencies` respectively `tool.poetry.dependencies`
are part of an implicit `main` group. Those dependencies are required by your project during runtime.

Beside the `main` depdendencies, you might have dependencies that are only needed to test your project
Beside the `main` dependencies, you might have dependencies that are only needed to test your project
or to build the documentation.

To declare a new dependency group, use a `tool.poetry.group.<group>` section
Expand Down
2 changes: 1 addition & 1 deletion tests/puzzle/test_solver_internals.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ def test_propagate_markers_with_cycle(package: ProjectPackage, solver: Solver) -


def test_merge_packages_from_override_restricted(package: ProjectPackage) -> None:
"""Markers of depedencies should be intersected with override markers."""
"""Markers of dependencies should be intersected with override markers."""
a = Package("a", "1")

packages: dict[Package, TransitivePackageInfo] = {}
Expand Down
2 changes: 1 addition & 1 deletion tests/repositories/fixtures/legacy/isort-metadata.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</head>
<body>
<h1>Links for isort</h1>
<a href="https://files.pythonhosted.org/packages/1f/2c/non-existant/isort-metadata-4.3.4-py3-none-any.whl#sha256=1153601da39a25b14ddc54955dbbacbb6b2d19135386699e2ad58517953b34af"
<a href="https://files.pythonhosted.org/packages/1f/2c/non-existent/isort-metadata-4.3.4-py3-none-any.whl#sha256=1153601da39a25b14ddc54955dbbacbb6b2d19135386699e2ad58517953b34af"
data-dist-info-metadata="sha256=e360bf0ed8a06390513d50dd5b7e9d635c789853a93b84163f9de4ae0647580c">isort-metadata-4.3.4-py3-none-any.whl</a><br/>
</body>
</html>
Expand Down

0 comments on commit 6e2eb40

Please sign in to comment.