From 473de33499a49868aa0fd10fc88124d469a9af7d Mon Sep 17 00:00:00 2001 From: Altay Sansal Date: Wed, 26 Jun 2024 13:06:19 -0500 Subject: [PATCH] fix typo in copy docstring --- src/mdio/commands/copy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mdio/commands/copy.py b/src/mdio/commands/copy.py index 489898e1..eeb26af0 100644 --- a/src/mdio/commands/copy.py +++ b/src/mdio/commands/copy.py @@ -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