Docs: Remove references to JSON format

The Syntax section of this is supposed to be describing the YAML
format, but references the JSON format.

This commit updates the documentation to remove this reference.

Change-Id: I7bfc11a3f1ecc57e3865d308b7a9bffd8453bce2
This commit is contained in:
Michael Beaver 2018-08-15 12:40:09 -05:00
parent 055e5f437a
commit c6eddbacb2
1 changed files with 1 additions and 2 deletions

View File

@ -155,8 +155,7 @@ Syntax
~~~~~~
A ``policy.yaml`` file consists of policies and aliases of the form
``target:rule`` or ``alias:definition``, separated by commas and
enclosed in curly braces:
``target:rule`` or ``alias:definition``:
.. code-block:: yaml