From 8af0e89e85048d72cb4ea45a04a9e43a9f20ae6e Mon Sep 17 00:00:00 2001 From: Loren Davie Date: Sun, 29 Sep 2013 17:06:46 -0400 Subject: [PATCH] Corrected typo. --- docs/topics/practices.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/practices.rst b/docs/topics/practices.rst index 79a249482..525818d57 100644 --- a/docs/topics/practices.rst +++ b/docs/topics/practices.rst @@ -148,7 +148,7 @@ If you are still unable to prevent your bot getting banned, consider contacting Dynamic Creation of Item Classes ================================ -For applications in which the structure of item classs is to be determined by +For applications in which the structure of item class is to be determined by user input, or other changing conditions, you can dynamically create item classes instead of manually coding them.