From 37c485e9055343828751b197cafa4d1b90aefe1c Mon Sep 17 00:00:00 2001 From: Blaise Laflamme Date: Wed, 22 Dec 2010 08:27:52 -0500 Subject: Typo fix, thanks walterl --- docs/designdefense.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/designdefense.rst b/docs/designdefense.rst index 5aa149824..a3c533e7e 100644 --- a/docs/designdefense.rst +++ b/docs/designdefense.rst @@ -1250,7 +1250,7 @@ The contents of ``config.py``: If we cd to the directory that holds these files and we run ``python app.py`` given the directory structure and code above, what happens? -Presuably, our ``decorator`` decorator will be used twice, once by the +Presumably, our ``decorator`` decorator will be used twice, once by the decorated function ``foo`` in ``app.py`` and once by the decorated function ``bar`` in ``app2.py``. Since each time the decorator is used, the list ``L`` in ``config.py`` is appended to, we'd expect a -- cgit v1.2.3