Skip to content

Commit

Permalink
fix markup in CHANGES.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
jantman committed Jul 30, 2018
1 parent 2057022 commit 887e0da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Some Limits (:py:class:`~.AwsLimit`) now have limits/maxima that are per-resourc

For limits which support different maxima/limit values per-resource, the command line ``awslimitchecker`` script ``-l`` / ``--list-limits`` functionality will now display them in Service/Limit/ResourceID format, i.e.:

.. code-block::
.. code-block:: none
Route53/Record sets per hosted zone/foo.com 10000 (API)
Route53/Record sets per hosted zone/bar.com 10000 (API)
Expand All @@ -38,7 +38,7 @@ For limits which support different maxima/limit values per-resource, the command
As opposed to the Service/Limit format used for all existing limits, i.e.:

.. code-block::
.. code-block:: none
IAM/Groups 300 (API)
IAM/Instance profiles 2000 (API)
Expand Down

0 comments on commit 887e0da

Please sign in to comment.