From 8976ce08a4405bcbf58b96ce5cb9ad95953c8b4b Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Mon, 11 Jan 2010 17:38:05 -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 9f9201a..f909fe5 100755 --- a/strings.html +++ b/strings.html @@ -166,7 +166,7 @@ def approximate_size(size, a_kilobyte_is_1024_bytes=True): -

What this example shows is that format specifers can access items and properties of data structures using (almost) Python syntax. This is called compound field names. The following compound field names “just work”: +

What this example shows is that format specifiers can access items and properties of data structures using (almost) Python syntax. This is called compound field names. The following compound field names “just work”: