diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 2 | ||||
| -rw-r--r-- | docs/errata.rst | 19 |
2 files changed, 1 insertions, 20 deletions
diff --git a/docs/conf.py b/docs/conf.py index cdd4ef3b0..f523345e4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,7 +53,7 @@ copyright = '2008-2010, Agendaless Consulting' # other places throughout the built documents. # # The short X.Y version. -version = '1.2b4' +version = '1.2b5' # The full version, including alpha/beta/rc tags. release = version 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). |
