From 91f57787c0a46b7e6f9ae19ed7249498b564fbf1 Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Sat, 13 Oct 2018 21:39:21 +0200 Subject: [PATCH] doc std::fmt: the Python inspiration is already mentioned in preceding paragraph --- src/liballoc/fmt.rs | 3 +-- 1 file changed, 1 insertion(+), 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 //!