Skip to content

Commit

Permalink
✏️ Fix typo in docstring (dot list)
Browse files Browse the repository at this point in the history
  • Loading branch information
valentingol committed Jan 4, 2024
1 parent 2902f32 commit af90458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cliconfig/dict_routines.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ def load_dict(path: str) -> Dict[str, Any]:
----
* If multiple yaml files are in the same document, they are merged
from the first to the last.
from the first to the last.
* To use multiple yaml tags, separate them with "@". E.g. ``!tag1@tag2``.
* You can combine any number of yaml and cliconfig tags together.
"""
Expand Down

0 comments on commit af90458

Please sign in to comment.