Skip to content

Commit

Permalink
Merge branch '558-ontograph-argument-leafs-should-be-leaves' of githu…
Browse files Browse the repository at this point in the history
…b.com:emmo-repo/EMMOntoPy into 558-ontograph-argument-leafs-should-be-leaves
  • Loading branch information
francescalb committed Mar 10, 2023
2 parents c6a081d + 68c1a0f commit 6d6b73d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/ontograph
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def main(
"--leafs",
action="append",
default=[],
help=("This argument is deprecated, plaese use `--leaves` instead"),
help=("This argument is deprecated, please use `--leaves` instead"),
)
parser.add_argument(
"--exclude",
Expand Down Expand Up @@ -218,7 +218,7 @@ def main(

if args.leafs:
warnings.warn(
"The `--leafs` option is deprecated and will soon be removed."
"The `--leafs` option is deprecated and will soon be removed. "
"Please use `--leaves` instead.",
DeprecationWarning,
)
Expand Down

0 comments on commit 6d6b73d

Please sign in to comment.