Skip to content

Commit b7935d0

Browse files
committed
add a 2do
1 parent 40edf9e commit b7935d0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

handy-stuff-strings.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,9 @@ they are just different. The two ways are:
260260
`'Hello {}.'.format(name)`. I like to use printf-formatting for simple
261261
things and `.format` when I need more powerful features.
262262

263+
**TODO:** warn readers about formatting tuples, and show experienced
264+
users that dictionaries aren't a problem
265+
263266
```py
264267
>>> "Hello %s." % name
265268
'Hello Akuli.'

0 commit comments

Comments
 (0)