RST format update
1 files changed, 2 insertions(+), 0 deletions(-)

M README.rst
M README.rst +2 -0
@@ 65,6 65,8 @@ install.
 - `gdpr`: If you're signing up EU users in a GDPR compliant manner.
 - `hp`: Include this 'honeypot' field to prevent spambots.
 
+::
+
     data = {"gdpr": True, "ipaddress": "127.0.0.1", "country": "US"}
 
     api.subscribe(list_id, email, **data)