New submission from Ilya Gruzinov <shag...@gmail.com>:

In next lines typo in function `load`:

# BUG: "rb" mode or encoding="utf-8" should be used.
with open("data.json") as f:
    data = json.laod(f)

----------
assignee: docs@python
components: Documentation
messages: 389825
nosy: docs@python, shagren
priority: normal
pull_requests: 23843
severity: normal
status: open
title: Typo in 3.10 changelog
versions: Python 3.10

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue43670>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to