summaryrefslogtreecommitdiff
path: root/docs/errata.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/errata.rst')
-rw-r--r--docs/errata.rst19
1 files changed, 0 insertions, 19 deletions
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).