From de2f6712294f4af4779592865c0c571313774904 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sun, 24 Apr 2022 10:49:43 +0200 Subject: [PATCH] architecture: Fix typos --- develop/architecture.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/develop/architecture.rst b/develop/architecture.rst index 78a2430..8ed18da 100644 --- a/develop/architecture.rst +++ b/develop/architecture.rst @@ -14,7 +14,7 @@ familiar with using the bot and writing plugins (if not, see the and :ref:`events`, You should also be somewhat familiar with the -`IRC protocol `. +`IRC protocol `_. .. note:: @@ -109,7 +109,7 @@ state, and optionally react to it by queuing messages. Commands ======== -Next is the callbacks system, mostly implemented in :mod:``supybot.callbacks``. +Next is the callbacks system, mostly implemented in :mod:`supybot.callbacks`. This is where all the magic happens to make plugins so easy to write; it's also the most complex part of Limnoria and the hardest to understand, because everything is tightly interleaved.