doc std::fmt: the Python inspiration is already mentioned in preceding paragraph

This commit is contained in:
Tshepang Lekhonkhobe 2018-10-13 21:39:21 +02:00
parent f51752774b
commit 91f57787c0

View File

@ -335,8 +335,7 @@
//!
//! Each argument being formatted can be transformed by a number of formatting
//! parameters (corresponding to `format_spec` in the syntax above). These
//! parameters affect the string representation of what's being formatted. This
//! syntax draws heavily from Python's, so it may seem a bit familiar.
//! parameters affect the string representation of what's being formatted.
//!
//! ## Fill/Alignment
//!