Skip to content

Commit eb8739f

Browse files
committed
Fix tiny formatting error.
1 parent 0f82cbd commit eb8739f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ useful of which is [`format!`][fmt], a `sprintf`-like text formatter that you
393393
will often see in examples, and its related family of macros: `print!`,
394394
`println!`, and `write!`.
395395

396-
`format!` draws syntax from python, but contains many of the same principles
396+
`format!` draws syntax from Python, but contains many of the same principles
397397
that [printf][pf] has. Unlike printf, `format!` will give you a compile-time
398398
error when the types of the directives don't match the types of the arguments.
399399

0 commit comments

Comments
 (0)