Skip to content

Commit c411ca3

Browse files
authored
Merge pull request #3494 from rtfd/humitos-patch-3
Better style
2 parents d8150a3 + a78b751 commit c411ca3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/yaml-config.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ This lets users specify a more experimental build image,
8989
if they want to be on the cutting edge.
9090

9191
Certain Python versions require a certain build image,
92-
as defined here::
92+
as defined here:
9393

94-
* `'1.0': 2, 2.7, 3, 3.4`
95-
* `'2.0': 2, 2.7, 3, 3.5`
96-
* `'latest': 2, 2.7, 3, 3.3, 3.4, 3.5, 3.6`
94+
* ``1.0``: 2, 2.7, 3, 3.4
95+
* ``2.0``: 2, 2.7, 3, 3.5
96+
* ``latest``: 2, 2.7, 3, 3.3, 3.4, 3.5, 3.6
9797

9898
.. code-block:: yaml
9999

0 commit comments

Comments
 (0)