Fix spelling in API docs

This commit is contained in:
ChrisTerBeke 2018-05-07 17:31:10 +02:00
parent 936de402ec
commit ce0c14451f

View File

@ -8,7 +8,7 @@ class CuraApi:
""" """
The official Cura API that plugins can use to interact with Cura. The official Cura API that plugins can use to interact with Cura.
Python does not technically prevent talking to other classes as well, 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. Usage of any other methods than the ones provided in this API can cause plugins to be unstable.
""" """