Skip to content

Commit 1ed3c7d

Browse files
committed
---
yaml --- r: 94171 b: refs/heads/try c: eb8739f h: refs/heads/master i: 94169: e7f60cf 94167: 747c409 v: v3
1 parent d8a6598 commit 1ed3c7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 0da105a8b7b6b1e0568e8ff20f6ff4b13cc7ecc2
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: a6d3e57dca68fde4effdda3e4ae2887aa535fcd6
5-
refs/heads/try: 0f82cbd19a0bd2d0d5e91c2fc807c7af21288eb4
5+
refs/heads/try: eb8739f4f868cfb52bc4bb3500bb895d5e4c6032
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/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)