mirror of
https://github.com/python/cpython.git
synced 2026-08-16 12:55:54 +08:00
* Use a more universal explanation of string interpolation rather than specifically referencing sprintf(), which depends on the reader having a C background. Co-authored-by: Kyle Stanley <aeros167@gmail.com>