Skip to content

Commit

Permalink
docs: ✏️ fix typo wrties -> writes (#941)
Browse files Browse the repository at this point in the history
## Description

<!-- Select quick/in-depth as necessary -->
This PR does not need a review.

## Checklist

- [X] Updated documentation
  • Loading branch information
signekb authored Jan 6, 2025
1 parent 125b331 commit 0595a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seedcase_sprout/core/write_resource_properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


def write_resource_properties(path: Path, resource_properties: dict) -> Path:
"""Wrties the specified resource properties to the `datapackage.json` file.
"""Writes the specified resource properties to the `datapackage.json` file.
This functions verifies `resource_properties`, and if a
resource with that ID is already present on the package, the properties of the
Expand Down

0 comments on commit 0595a6f

Please sign in to comment.