We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d126c4 commit 17457fcCopy full SHA for 17457fc
solutions/python/02-rg2/config.yml
@@ -21,7 +21,7 @@ hints:
21
connection.recv(14)
22
```
23
24
- The PING command is 14 bytes long when encoded as RESP: `*1\r\n$4\r\nPING\r\n` (you'll learn about RESP in later stages).
+ The PING command is 14 bytes long when encoded as RESP: `*1\r\n$4\r\nPING\r\n`. You'll learn about RESP in later stages.
25
26
- title_markdown: "How do I send the response to the client?"
27
body_markdown: |-
0 commit comments