From d31c7328288006622647d24f80812499b5dea3c7 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sun, 25 Jul 2021 15:01:43 +1000 Subject: [PATCH] docs: fix simple typo, ficticious -> fictitious There is a small typo in docs/overview.rst. Should read `fictitious` rather than `ficticious`. --- docs/overview.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/overview.rst b/docs/overview.rst index fe764ae..08262bb 100644 --- a/docs/overview.rst +++ b/docs/overview.rst @@ -67,7 +67,7 @@ or one of its subclasses (``AnonymousMethod`` or ``AuthenticatedMethod``). The ``XmlrpcMethod`` class provides a number of properties which you can override to modify the behavior of the method call. -Sample class to call a custom method added by a ficticious plugin:: +Sample class to call a custom method added by a fictitious plugin:: from wordpress_xmlrpc import AuthenticatedMethod