From 5b83948827b5543e388f5164af63929ca3af7312 Mon Sep 17 00:00:00 2001 From: Danny Hermes Date: Mon, 27 Apr 2020 10:45:45 -0700 Subject: [PATCH] Typo fix: appopriate -> appropriate. --- docs/build/naming.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build/naming.rst b/docs/build/naming.rst index 4d22890a..5ec81e30 100644 --- a/docs/build/naming.rst +++ b/docs/build/naming.rst @@ -196,7 +196,7 @@ native boolean types. We can also use op directives with constraints and not give them a name at all, if the naming convention doesn't require one. The value of -``None`` will be converted into a name that follows the appopriate naming +``None`` will be converted into a name that follows the appropriate naming conventions:: def upgrade(): -- 2.47.2