From be01de9224d394ef528389008ab763a755c20377 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 28 Dec 2014 10:58:32 +0200 Subject: [PATCH] advanced_plugin_testing: fix underline Next error is something where I cannot say anything. ``` /home/mikaela/src/github/mikaela/limnoria-doc/develop/callbacks.rst:11: WARNING: py:class reference target not found: NestedCommandsIrcProxy ``` --- develop/advanced_plugin_testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/develop/advanced_plugin_testing.rst b/develop/advanced_plugin_testing.rst index eacd079..7a0af71 100644 --- a/develop/advanced_plugin_testing.rst +++ b/develop/advanced_plugin_testing.rst @@ -201,7 +201,7 @@ And now you can be assured that supybot.commands.nested is going to be off for all of your test methods in this test case class. Temporarily setting a configuration variable ------------------------------------------- +-------------------------------------------- Sometimes we want to change a configuration variable only in a test (or in a part of a test), and keep the original value for other tests. The