Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Dec 11, 2023
1 parent cf23ade commit d7549bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion doc/topics/tutorials/gitfs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand Down
1 change: 0 additions & 1 deletion tools/precommit/docstrings.py
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,6 @@
"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"],
Expand Down

0 comments on commit d7549bd

Please sign in to comment.