We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f517527 commit 91f5778Copy full SHA for 91f5778
src/liballoc/fmt.rs
@@ -335,8 +335,7 @@
335
//!
336
//! Each argument being formatted can be transformed by a number of formatting
337
//! parameters (corresponding to `format_spec` in the syntax above). These
338
-//! parameters affect the string representation of what's being formatted. This
339
-//! syntax draws heavily from Python's, so it may seem a bit familiar.
+//! parameters affect the string representation of what's being formatted.
340
341
//! ## Fill/Alignment
342
0 commit comments