Skip to content

Commit 17457fc

Browse files
committed
Fix punctuation in config.yml for clarity on PING command explanation.
1 parent 3d126c4 commit 17457fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/python/02-rg2/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ hints:
2121
connection.recv(14)
2222
```
2323
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).
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.
2525
2626
- title_markdown: "How do I send the response to the client?"
2727
body_markdown: |-

0 commit comments

Comments
 (0)