Skip to content

Commit 7538c62

Browse files
committed
Rollup merge of rust-lang#55050 - tshepang:repetition, r=steveklabnik
doc std::fmt: the Python inspiration is already mentioned in precedin… …g paragraph
2 parents 617faa9 + 91f5778 commit 7538c62

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/liballoc/fmt.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,7 @@
335335
//!
336336
//! Each argument being formatted can be transformed by a number of formatting
337337
//! 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.
338+
//! parameters affect the string representation of what's being formatted.
340339
//!
341340
//! ## Fill/Alignment
342341
//!

0 commit comments

Comments
 (0)