Skip to content

Commit

Permalink
fix typo in copy docstring (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
tasansal authored Jun 26, 2024
1 parent 2aa1604 commit 05f0a62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mdio/commands/copy.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ def copy(
storage_options: dict | None = None,
overwrite: bool = False,
) -> None:
"""Copy a MDIO dataset to anpther MDIO dataset.
"""Copy an MDIO dataset to another MDIO dataset.
Can also copy with empty data to be filled later. See `excludes`
You can also copy empty data to be filled in later. See `excludes`
and `includes` parameters.
More documentation about `excludes` and `includes` can be found
Expand Down

0 comments on commit 05f0a62

Please sign in to comment.