From 902981e268b6c97f8f613b6e8e352b5b38d05537 Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Mon, 11 Jan 2010 17:37:49 -0500 Subject: [PATCH] typo [thanks GG] --- strings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strings.html b/strings.html index c8fd22a..9f9201a 100755 --- a/strings.html +++ b/strings.html @@ -136,7 +136,7 @@ def approximate_size(size, a_kilobyte_is_1024_bytes=True):
  • There’s a… whoa, what the heck is that? -

    Python 3 supports formatting values into strings. Although this can include very complicated expressions, the most basic usage is to insert a value into a string with single placeholder. +

    Python 3 supports formatting values into strings. Although this can include very complicated expressions, the most basic usage is to insert a value into a string with a single placeholder.

     >>> username = 'mark'