Remove "#" from platformio.ini docs

This commit is contained in:
Ivan Kravets
2016-08-09 16:55:14 +03:00
parent bda61d0ae2
commit f1e65869f3

View File

@@ -18,7 +18,7 @@ The Project configuration file is named ``platformio.ini``. This is a
`INI-style <http://en.wikipedia.org/wiki/INI_file>`_ file.
``platformio.ini`` has sections (each denoted by a ``[header]``) and
key / value pairs within the sections. Lines beginning with ``#`` or ``;``
key / value pairs within the sections. Lines beginning with ``;``
are ignored and may be used to provide comments.
The sections and their allowable values are described below.