mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix badly formatted versionadded directive
A space here will cause the Sphinx role to treat whatever is after the comma as the comment for the directive, so it will be rendered with different CSS and look weird.
This commit is contained in:
parent
aca87abe40
commit
a1275483f7
1 changed files with 1 additions and 1 deletions
|
@ -2732,7 +2732,7 @@ def cloned(name,
|
|||
https_pass=None,
|
||||
output_encoding=None):
|
||||
'''
|
||||
.. versionadded:: 2018.3.3, Fluorine
|
||||
.. versionadded:: 2018.3.3,Fluorine
|
||||
|
||||
Ensure that a repository has been cloned to the specified target directory.
|
||||
If not, clone that repository. No fetches will be performed once cloned.
|
||||
|
|
Loading…
Add table
Reference in a new issue