summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Houghton <alastair@coriolis-systems.com>2014-05-01 17:05:50 +0100
committerAlastair Houghton <alastair@coriolis-systems.com>2014-05-01 17:05:50 +0100
commit1edd6d9af845e996688fdd7b5011800082ce911a (patch)
tree0323cb22c53abd23a74f80a26148487b0be61a66
parent1b8f1dfc921b55d6633dc9724d2cee45226adf0d (diff)
downloadnetifaces-1edd6d9af845e996688fdd7b5011800082ce911a.tar.gz
Fixed a typo in the README.rst.
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 3f8f3d0..ebca290 100644
--- a/README.rst
+++ b/README.rst
@@ -117,7 +117,7 @@ No, that isn't an exceptionally long Ethernet MAC address---it's a FireWire
address.
As of version 0.10.0, you can also obtain a list of gateways on your
-machine:::
+machine:
>>> netifaces.gateways()
{2: [('10.0.1.1', 'en0', True), ('10.2.1.1', 'en1', False)], 30: [('fe80::1', 'en0', True)], 'default': { 2: ('10.0.1.1', 'en0'), 30: ('fe80::1', 'en0') }}