Commit da40fdb6 authored by Reinout van Rees's avatar Reinout van Rees Committed by GitHub

Merge pull request #437 from nlsdfnbch/patch-2

Highlight names uniformly
parents ebe6b296 06899020
...@@ -43,7 +43,7 @@ a minimal configuration: ...@@ -43,7 +43,7 @@ a minimal configuration:
>>> write(src, 'buildout.cfg') >>> write(src, 'buildout.cfg')
A minimal (and useless) Buildout configuration has a ``buildout`` section A minimal (and useless) Buildout configuration has a ``buildout`` section
with a parts option. If we run Buildout: with a ``parts`` option. If we run Buildout:
.. code-block:: console .. code-block:: console
...@@ -264,7 +264,7 @@ If we run Buildout: ...@@ -264,7 +264,7 @@ If we run Buildout:
<BLANKLINE> <BLANKLINE>
- The ``zc.zdaemonrecipe`` recipe will be downloaded and installed in - The ``zc.zdaemonrecipe`` recipe will be downloaded and installed in
the eggs directory. the ``eggs`` directory.
- A ``server`` script is added to the ``bin`` directory. This script - A ``server`` script is added to the ``bin`` directory. This script
is generated by the recipe. It can be run like: is generated by the recipe. It can be run like:
......
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