mirror of
https://github.com/python/cpython.git
synced 2026-01-29 14:15:31 +00: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>