mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Fix versionadded in style guide
The provided sample code incorrectly uses 'versionadded' in this instance.
This commit is contained in:
parent
79fe0a8bb3
commit
7b2b36f823
2 changed files with 2 additions and 2 deletions
|
@ -152470,7 +152470,7 @@ def new_func(msg="", signature=""):
|
|||
signature : None
|
||||
An optional signature.
|
||||
|
||||
.. versionadded 0.17.0
|
||||
.. versionadded:: 0.17.0
|
||||
"""
|
||||
print("Greetings! {0}\en\en{1}".format(msg, signature))
|
||||
.ft P
|
||||
|
|
|
@ -123,7 +123,7 @@ significantly, the ``versionchanged`` directive can be used to clarify this:
|
|||
signature : None
|
||||
An optional signature.
|
||||
|
||||
.. versionadded 0.17.0
|
||||
.. versionadded:: 0.17.0
|
||||
"""
|
||||
print("Greetings! {0}\n\n{1}".format(msg, signature))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue