Skip to content

Commit 91f5778

Browse files
committed
doc std::fmt: the Python inspiration is already mentioned in preceding paragraph
1 parent f517527 commit 91f5778

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/liballoc/fmt.rs

+1-2
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)