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:
Erik Johnson 2018-10-01 08:54:31 -05:00
parent aca87abe40
commit a1275483f7
No known key found for this signature in database
GPG key ID: 5E5583C437808F3F

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.