From 0dc5210190372d5e0a27c3d1b42e334d6e5d1c2c Mon Sep 17 00:00:00 2001 From: Arsenijs Date: Fri, 22 Feb 2019 03:08:50 +0200 Subject: [PATCH] Fixing README typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b59a1be..a809b7c 100644 --- a/README.md +++ b/README.md @@ -209,7 +209,7 @@ False >>> pyw.iswireless('wlan0') True >>> pyw.phylist() # list all current phys (Note device ASW phy1) -[(1,'phy1), (0, 'phy0')] +[(1,'phy1'), (0, 'phy0')] >>> pyw.regget() # get the regulatory domain 'US' >>> pyw.regset('BO') # set the regulatory domain @@ -261,7 +261,7 @@ True >>> pyw.isup(w0) False >>> pyw.up(w0) ->>> pyw.isblocked(w0) # returns tup;e (Soft Block, Hard Block) +>>> pyw.isblocked(w0) # returns tuple (Soft Block, Hard Block) (True,False) >>> pyw.unblock(w0) # turn off the softblock >>> pyw.isblocked(w0)