fixed a typo about reST links

This commit is contained in:
pengyao 2013-12-10 15:39:49 +08:00
parent ed79041e9c
commit 444e46c134

View File

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