mirror of
https://github.com/python/cpython.git
synced 2026-08-03 12:10:52 +08:00
* Refer to bytes objects or bytes-like objects instead of strings. * Remove backticks -- they do not have effect on formatting. * Re-wrap lines to ensure the pydoc output fits in 80 columns. (cherry picked from commit 610377056bad696915d70590429e68002bee9006) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>