From ce0c14451f935ce3eb36128ab47a427b52dab08a Mon Sep 17 00:00:00 2001 From: ChrisTerBeke Date: Mon, 7 May 2018 17:31:10 +0200 Subject: [PATCH] Fix spelling in API docs --- cura/Api/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cura/Api/__init__.py b/cura/Api/__init__.py index 4bc38a8297..c7cb8b5201 100644 --- a/cura/Api/__init__.py +++ b/cura/Api/__init__.py @@ -8,7 +8,7 @@ class CuraApi: """ The official Cura API that plugins can use to interact with Cura. Python does not technically prevent talking to other classes as well, - but this API provides a version-safe interface with proper deprecation warning etc. + but this API provides a version-safe interface with proper deprecation warnings etc. Usage of any other methods than the ones provided in this API can cause plugins to be unstable. """