Skip to content

Commit

Permalink
Fix code markup in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
carljm committed Dec 22, 2017
1 parent fbf44b9 commit 583a9d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ modified to::
This example demonstrates both the value and the limitations of
MonkeyType. With MonkeyType, it's very easy to add type annotations that
reflect the concrete types you use at runtime, but those annotations may not
always match the full intended capability of the functions (e.g. this `add`
always match the full intended capability of the functions (e.g. this ``add``
function is capable of handling many more types than just integers, or
MonkeyType may generate a `List` annotation where `Sequence` or `Iterable`
would be more appropriate). MonkeyType's annotations are intended as a first
draft, to be checked and corrected by a developer.
MonkeyType may generate a ``List`` annotation where ``Sequence`` or
``Iterable`` would be more appropriate). MonkeyType's annotations are intended
as a first draft, to be checked and corrected by a developer.

Requirements
------------
Expand Down

0 comments on commit 583a9d3

Please sign in to comment.