mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix the documentation
This commit is contained in:
parent
73ad8a2bfc
commit
fba3d509ac
1 changed files with 1 additions and 1 deletions
|
@ -568,7 +568,7 @@ def info(*packages, **attr):
|
|||
|
||||
def version_cmp(ver1, ver2):
|
||||
'''
|
||||
.. versionadded:: 2015.5.4
|
||||
.. versionadded:: 2015.8.9
|
||||
|
||||
Do a cmp-style comparison on two packages. Return -1 if ver1 < ver2, 0 if
|
||||
ver1 == ver2, and 1 if ver1 > ver2. Return None if there was a problem
|
||||
|
|
Loading…
Add table
Reference in a new issue