Skip to content

Commit

Permalink
Escape the \ in a docstring
Browse files Browse the repository at this point in the history
Otherwise lead to the warning
  • Loading branch information
yarikoptic committed Jan 26, 2024
1 parent 08315c1 commit 29870db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datalad/distribution/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
class Install(Interface):
"""Install one or many datasets from remote URL(s) or local PATH source(s).
This command creates local :term:`sibling`\(s) of existing dataset(s) from
This command creates local :term:`sibling`\\(s) of existing dataset(s) from
(remote) locations specified as URL(s) or path(s). Optional recursion into
potential subdatasets, and download of all referenced data is supported.
The new dataset(s) can be optionally registered in an existing
Expand Down

0 comments on commit 29870db

Please sign in to comment.