Skip to content

Commit

Permalink
Update docstring of ser_json_bytes regarding base64 encoding (#7052)
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos committed Aug 9, 2023
1 parent 2efd665 commit 35fc879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydantic/config.py
Expand Up @@ -161,7 +161,7 @@ class without an annotation and has a type that is not in this tuple (or otherwi
Defaults to `'utf8'`.
- `'utf8'` will serialize bytes to UTF-8 strings.
- `'base64'` will serialize bytes to base64 strings.
- `'base64'` will serialize bytes to URL safe base64 strings.
"""

# whether to validate default values during validation, default False
Expand Down

0 comments on commit 35fc879

Please sign in to comment.