Skip to content

Commit

Permalink
Minor fix to docstring in MWPath.
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Dec 11, 2023
1 parent 023118b commit 5eb0dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/daf/butler/cli/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ def __call__(self, f: Any) -> click.Option:
class MWPath(click.Path):
"""Overrides click.Path to implement file-does-not-exist checking.
Changes the definition of ``exists` so that `True` indicates the location
Changes the definition of ``exists`` so that `True` indicates the location
(file or directory) must exist, `False` indicates the location must *not*
exist, and `None` indicates that the file may exist or not. The standard
definition for the `click.Path` ``exists`` parameter is that for `True` a
Expand Down

0 comments on commit 5eb0dc3

Please sign in to comment.