mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
fixed a typo about reST links
This commit is contained in:
parent
ed79041e9c
commit
444e46c134
@ -68,7 +68,7 @@ def list_present(name, value):
|
||||
value
|
||||
The value is present in the list type grain
|
||||
|
||||
The grain should be `list type<http://docs.python.org/2/tutorial/datastructures.html#data-structures>`_ .
|
||||
The grain should be `list type <http://docs.python.org/2/tutorial/datastructures.html#data-structures>`_ .
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
@ -120,7 +120,7 @@ def list_absent(name, value):
|
||||
value
|
||||
The value is absent in the list type grain
|
||||
|
||||
The grain should be `list type<http://docs.python.org/2/tutorial/datastructures.html#data-structures>`_ .
|
||||
The grain should be `list type <http://docs.python.org/2/tutorial/datastructures.html#data-structures>`_ .
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user