about summary refs log tree commit diff
path: root/src/liballoc
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2018-10-13 21:39:21 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2018-10-13 21:39:21 +0200
commit91f57787c0a46b7e6f9ae19ed7249498b564fbf1 (patch)
tree167398c259a921792290ddfb6eaf2f776f2ed953 /src/liballoc
parentf51752774bbbe48d2aabe53c86e9e91ed3a73a5d (diff)
downloadrust-91f57787c0a46b7e6f9ae19ed7249498b564fbf1.tar.gz
rust-91f57787c0a46b7e6f9ae19ed7249498b564fbf1.zip
doc std::fmt: the Python inspiration is already mentioned in preceding paragraph
Diffstat (limited to 'src/liballoc')
-rw-r--r--src/liballoc/fmt.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/liballoc/fmt.rs b/src/liballoc/fmt.rs
index b49ec0ae252..c6597ffd9d6 100644
--- a/src/liballoc/fmt.rs
+++ b/src/liballoc/fmt.rs
@@ -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
 //!