Kaydet (Commit) 9f35070a authored tarafından Benjamin Peterson's avatar Benjamin Peterson

fix incorrect example

üst 3b02742f
...@@ -734,7 +734,7 @@ The formatting template uses curly brackets (`{`, `}`) as special characters:: ...@@ -734,7 +734,7 @@ The formatting template uses curly brackets (`{`, `}`) as special characters::
Curly brackets can be escaped by doubling them:: Curly brackets can be escaped by doubling them::
>>> format("Empty dict: {{}}") >>> "Empty dict: {{}}".format()
"Empty dict: {}" "Empty dict: {}"
Field names can be integers indicating positional arguments, such as Field names can be integers indicating positional arguments, such as
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment