From 4f1e40210b49b366741ddf67384a87d9bbd8afa5 Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Sat, 2 Dec 2017 19:49:20 -0500 Subject: [PATCH] Fix typo in documentation Fix a typo the usage section of the documentation. --- doc/scapy/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/scapy/usage.rst b/doc/scapy/usage.rst index 4abf75efd..12041e870 100644 --- a/doc/scapy/usage.rst +++ b/doc/scapy/usage.rst @@ -1329,7 +1329,7 @@ Wireless sniffing The following command will display information similar to most wireless sniffers:: ->>> sniff(iface="ath0",prn=lambda x:x.sprintf("{Dot11Beacon:%Dot11.addr3%\t%Dot11Beacon.info%\t%PrismHeader.channel%\tDot11Beacon.cap%}")) +>>> sniff(iface="ath0",prn=lambda x:x.sprintf("{Dot11Beacon:%Dot11.addr3%\t%Dot11Beacon.info%\t%PrismHeader.channel%\t%Dot11Beacon.cap%}")) The above command will produce output similar to the one below::