Commit 821c9ae2 authored by Jérome Perrin's avatar Jérome Perrin

README: more rst fixes

parent c900d542
...@@ -985,7 +985,7 @@ Look, "package" is reinstalled either: ...@@ -985,7 +985,7 @@ Look, "package" is reinstalled either:
Install shared package Install shared package
====================== ======================
Use option ``shared`` to install a shared pacakge. Use option ``shared`` to install a shared package.
>>> import os >>> import os
>>> _ = system('chmod -R u+w %(path)s && rm -rf %(path)s' % dict( >>> _ = system('chmod -R u+w %(path)s && rm -rf %(path)s' % dict(
... path=join(os.path.dirname(__file__), 'shared'))) ... path=join(os.path.dirname(__file__), 'shared')))
...@@ -999,7 +999,8 @@ Use option ``shared`` to install a shared pacakge. ...@@ -999,7 +999,8 @@ Use option ``shared`` to install a shared pacakge.
If no ``shared-part-list`` is set, and ``shared`` is True, ``shared`` feature If no ``shared-part-list`` is set, and ``shared`` is True, ``shared`` feature
is not used: is not used.
>>> write('buildout.cfg', >>> write('buildout.cfg',
... """ ... """
... [buildout] ... [buildout]
......
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