Skip to content

Commit b4da51a

Browse files
committed
Rollup merge of rust-lang#33635 - tshepang:capitalise, r=steveklabnik
doc: 'tis the lang, not the reptile
2 parents b0c8972 + e699e12 commit b4da51a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcollections/fmt.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@
314314
//! # Syntax
315315
//!
316316
//! The syntax for the formatting language used is drawn from other languages,
317-
//! so it should not be too alien. Arguments are formatted with python-like
317+
//! so it should not be too alien. Arguments are formatted with Python-like
318318
//! syntax, meaning that arguments are surrounded by `{}` instead of the C-like
319319
//! `%`. The actual grammar for the formatting syntax is:
320320
//!

0 commit comments

Comments
 (0)