README.rst edited online with Bitbucket
authorRichard Penman <richard.penman@gmail.com>
Wed, 02 Mar 2016 10:36:21 +0000
changeset 79 95f170b4fd13
parent 78 9f5fac50355a
child 81 359baebcf0e8
README.rst edited online with Bitbucket
README.rst
--- a/README.rst	Wed Mar 02 10:35:17 2016 +0000
+++ b/README.rst	Wed Mar 02 10:36:21 2016 +0000
@@ -6,7 +6,7 @@
 -  Able to extract data for all the popular TLDs (com, org, net, ...)
 -  Query a WHOIS server directly instead of going through an
    intermediate web service like many others do.
--  Works with Python 2 and 3
+-  Works with Python 2 & 3
 
 
 
@@ -37,17 +37,17 @@
 
 Install from pypi:
 
-.. sourcecode:: python
+.. sourcecode:: bash
 
     pip install python-whois
 
 Or checkout latest version from repository:
 
-.. sourcecode:: python
+.. sourcecode:: bash
 
     hg clone https://bitbucket.org/richardpenman/pywhois
 
-Note that then you will need to manually install the futures module:
+Note that then you will need to manually install the futures module, which allows supporting both Python 2 & 3:
 
 
 .. sourcecode:: bash