Skip to content

Commit a59ceed

Browse files
authored
Merge pull request #8526 from daanzu/patch-1
Fix typo in TCP server test readme.md
2 parents b340a56 + 37809d7 commit a59ceed

File tree

1 file changed

+1
-1
lines changed
  • tests/circuitpython-manual/socketpool/server

1 file changed

+1
-1
lines changed

tests/circuitpython-manual/socketpool/server/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Circuitpython as Client
1+
# Circuitpython as Server
22

33
This example demonstrates the use of Socket as a server, accessed by a client program on a host development machine. This Circuitpython sketch uses the Bind, Listen, Accept, and recvfrom_into calls.
44

0 commit comments

Comments
 (0)