Fix docstring

This commit is contained in:
Daniel A. Wozniak 2023-12-10 19:52:22 -07:00
parent cf23adeac2
commit d7549bd155
2 changed files with 1 additions and 2 deletions

View file

@ -303,7 +303,7 @@ Also a requested state file overrules a directory with an `init.sls`-file.
For example:
* A request for :strong:`state.apply shell` will be served from the
:strong:`https://github.com/example/second.git` git repo.
:strong:`https://github.com/example/second.git` git repo.
.. note::

View file

@ -703,7 +703,6 @@ MISSING_EXAMPLES = {
"salt/modules/ssh_service.py": ["enabled", "running"],
"salt/modules/state.py": ["test", "get_pauses", "apply_"],
"salt/modules/swift.py": ["put", "get", "delete"],
"salt/modules/system.py": ["set_reboot_required_witnessed"],
"salt/modules/test.py": ["rand_str", "try_"],
"salt/modules/tls.py": ["validate"],
"salt/modules/tomcat.py": ["extract_war_version"],