We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13bf22c commit 9f14005Copy full SHA for 9f14005
content/getting-started/pythontutorial.md
@@ -314,8 +314,7 @@ of your chosen type using the protocol buffer
314
include:
315
316
- `SerializeToString()`: serializes the message and returns it as a string.
317
- Note that the bytes are binary, not text; we only use the `str` type as a
318
- convenient container.
+ Note that the return value is `bytes` (binary), not `str` (text).
319
- `ParseFromString(data)`: parses a message from the given string.
320
321
These are just a couple of the options provided for parsing and serialization.
0 commit comments