Skip to content

Commit 0085cd2

Browse files
authored
Fix typo in http rst
1 parent a4e81bc commit 0085cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/scapy/layers/http.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Start an unauthenticated HTTP server automaton:
149149
"<!doctype html><html><body><h1>404 - Not Found</h1></body></html>"
150150
)
151151
152-
server = HTTP_Server.spawn(
152+
server = Custom_HTTP_Server.spawn(
153153
port=8080,
154154
iface="eth0",
155155
)

0 commit comments

Comments
 (0)