small change in a docstring

This commit is contained in:
lesauxvi 2016-02-29 16:55:00 +01:00
parent b7efa546aa
commit fe115a9667

View File

@ -60,7 +60,9 @@ class TextItem(GraphicsObject):
def setText(self, text, color=(200,200,200)):
"""
Set the text and color of this item.
Set the text of this item.
The color entry is deprecated and kept to avoid an API change.
This method sets the plain text of the item; see also setHtml().
"""