We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40edf9e commit b7935d0Copy full SHA for b7935d0
1 file changed
handy-stuff-strings.md
@@ -260,6 +260,9 @@ they are just different. The two ways are:
260
`'Hello {}.'.format(name)`. I like to use printf-formatting for simple
261
things and `.format` when I need more powerful features.
262
263
+ **TODO:** warn readers about formatting tuples, and show experienced
264
+ users that dictionaries aren't a problem
265
+
266
```py
267
>>> "Hello %s." % name
268
'Hello Akuli.'
0 commit comments