Skip to content

Commit 07fd539

Browse files
committed
Fix RST in README.rst
1 parent a458d9f commit 07fd539

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

HISTORY.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,13 @@
33
History
44
-------
55

6+
2.0.1 (2020-07-21)
7+
++++++++++++++++++
8+
9+
* Minor documentation fix.
10+
611
2.0.0 (2020-07-21)
7-
+++++++++++++++++++
12+
++++++++++++++++++
813

914
* IMPORTANT: Python 2.7 and 3.5 support has been dropped. Python 3.6 or greater
1015
is required.

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ Report Transactions Example
266266
For synchronous reporting:
267267

268268
.. code-block:: pycon
269+
269270
>>> from minfraud import Client
270271
>>>
271272
>>> with Client(42, 'licensekey') as client
@@ -279,6 +280,7 @@ For synchronous reporting:
279280
For asynchronous reporting:
280281

281282
.. code-block:: pycon
283+
282284
>>> import asyncio
283285
>>> from minfraud import AsyncClient
284286
>>>

0 commit comments

Comments
 (0)