From 5dee60129e76ce8415fe3cb07c58da64fea3e169 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 4 Feb 2010 19:52:13 +0000 Subject: Prep for 1.2b5. --- docs/errata.rst | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 docs/errata.rst (limited to 'docs/errata.rst') diff --git a/docs/errata.rst b/docs/errata.rst deleted file mode 100644 index 627fc4e0e..000000000 --- a/docs/errata.rst +++ /dev/null @@ -1,19 +0,0 @@ -Errata for "The repoze.bfg Web Framework, Version 1.2" Printed Edition -====================================================================== - -pp. 350 -------- - -The sentence: - - Note in the call to SessionDataManager that '3600' represents the - disuse timeout (5 minutes == 3600 seconds), and '5' represents a - write granularity time (the session will be marked as active at most - every five seconds). - -Should read: - - Note in the call to SessionDataManager that '3600' represents the - disuse timeout (60 minutes == 3600 seconds), and '5' represents a - write granularity time (the session will be marked as active at most - every five seconds). -- cgit v1.2.3