Merge pull request #49847 from terminalmage/fix-version-rst-2018.3

Fix badly formatted versionadded directive (2018.3 branch)
This commit is contained in:
Nicole Thomas 2018-10-01 10:04:26 -04:00 committed by GitHub
commit abdab68ca9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.