Commit 3ba2be77 authored by Antoine Catton's avatar Antoine Catton

ReStructuredText fix

parent ae7867a1
......@@ -71,7 +71,7 @@ Write the ``buildout.cfg`` using slapos.recipe.template::
... md5sum = ''' + md5sum + '''
... ''')
And run buildout, and see the result :
And run buildout, and see the result::
>>> print system(join('bin', 'buildout')),
Uninstalling template.
......@@ -187,7 +187,7 @@ Let's create a sample recipe modifying its option dict::
... return []
... ''')
Let's just use ``buildout.cfg`` using this egg :
Let's just use ``buildout.cfg`` using this egg::
>>> write('template.in', '${sample:data}')
>>> write('buildout.cfg',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment