From 8b04ec5971508d46271036d50b7a6207f646f892 Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Mon, 27 Jul 2009 04:21:53 -0400 Subject: [PATCH] typo --- comprehensions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comprehensions.html b/comprehensions.html index 9b50020..7358cbf 100644 --- a/comprehensions.html +++ b/comprehensions.html @@ -171,7 +171,7 @@ body{counter-reset:h1 3} >>> metadata.st_size 3070 >>> import humansize ->>> humansize.approximate_size(metadata.st_size) +>>> humansize.approximate_size(metadata.st_size) '3.0 KiB'
  1. The os.stat() function also returns the size of a file, in the st_size property. The file feed.xml is 3070 bytes.