Skip to content

Commit e699e12

Browse files
committed
doc: 'tis the lang, not the reptile
1 parent bc57899 commit e699e12

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
@@ -316,7 +316,7 @@
316316
//! # Syntax
317317
//!
318318
//! 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
319+
//! so it should not be too alien. Arguments are formatted with Python-like
320320
//! syntax, meaning that arguments are surrounded by `{}` instead of the C-like
321321
//! `%`. The actual grammar for the formatting syntax is:
322322
//!

0 commit comments

Comments
 (0)