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
```
This commit is contained in:
Mikaela Suomalainen 2014-12-28 10:58:32 +02:00
parent 04f21eb046
commit be01de9224

View File

@ -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