We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc57899 commit e699e12Copy full SHA for e699e12
src/libcollections/fmt.rs
@@ -316,7 +316,7 @@
316
//! # Syntax
317
//!
318
//! The syntax for the formatting language used is drawn from other languages,
319
-//! so it should not be too alien. Arguments are formatted with python-like
+//! so it should not be too alien. Arguments are formatted with Python-like
320
//! syntax, meaning that arguments are surrounded by `{}` instead of the C-like
321
//! `%`. The actual grammar for the formatting syntax is:
322
0 commit comments