From: Mark Wooding Date: Mon, 22 Dec 2014 20:32:58 +0000 (+0000) Subject: operation.py: Fix stupid typo in commentary. X-Git-Tag: 1.2.0~14 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/chopwood/commitdiff_plain/5d1f4e278fa37b9b7f23fcdffc49d3028a4b178e operation.py: Fix stupid typo in commentary. --- diff --git a/operation.py b/operation.py index 50d7952..bf17b05 100644 --- a/operation.py +++ b/operation.py @@ -179,7 +179,7 @@ class BaseRequest (object): It provides an empty `INFO' map; a simple `check' method which checks the operation name (in the class attribute `OP') against the configured policy - `CFG'ALLOWOP'; and the obvious `perform' method which assumes that the + `CFG.ALLOWOP'; and the obvious `perform' method which assumes that the `ops' list has already been constructed. """