From 38ab5028c0051672f75434051746e23d971819e0 Mon Sep 17 00:00:00 2001 From: Thomas Nagy Date: Sat, 20 Oct 2012 00:35:24 +0200 Subject: [PATCH] Issue 1213 (docs) --- docs/book/configuration.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/configuration.txt b/docs/book/configuration.txt index 53672640..aad206e4 100644 --- a/docs/book/configuration.txt +++ b/docs/book/configuration.txt @@ -378,7 +378,7 @@ def configure(ctx): try: ctx.find_program('some_app') except ctx.errors.ConfigurationError: <1> - self.to_log('some_app was not found (ignoring)') <2> + ctx.to_log('some_app was not found (ignoring)') <2> --------------- <1> For convenience, the module _waflib.Errors_ is bound to _ctx.errors_