From 78d58abf740877853c83abafb8a4bda5ae3771c3 Mon Sep 17 00:00:00 2001 From: Pill-GZ Date: Tue, 26 Jan 2021 12:50:07 -0600 Subject: [PATCH] fix typo (#1499) excert -> excerpt --- docs/source/architecture.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/architecture.rst b/docs/source/architecture.rst index 0b3d55a15..b31056ef2 100644 --- a/docs/source/architecture.rst +++ b/docs/source/architecture.rst @@ -130,7 +130,7 @@ Filters Filters are Python callables which take something (typically text) as an input, and produce a text output. If you want to perform custom transformations of particular outputs, a filter may be the way to go. -The following code snippet is an excert from the main default template of the HTML export. The displayed +The following code snippet is an excerpt from the main default template of the HTML export. The displayed block determines how text output on ``stdout`` is displayed in HTML. .. sourcecode:: html