From e2dc3c839cc6a3cc20607ee97b6e36af3effe734 Mon Sep 17 00:00:00 2001 From: Andrey Vlasovskikh Date: Tue, 17 Sep 2013 21:06:39 +0400 Subject: [PATCH] Fixed docstring --- python/psi-api/src/com/jetbrains/python/psi/PyClass.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/psi-api/src/com/jetbrains/python/psi/PyClass.java b/python/psi-api/src/com/jetbrains/python/psi/PyClass.java index 32529cfd3f86..80ac706fa490 100644 --- a/python/psi-api/src/com/jetbrains/python/psi/PyClass.java +++ b/python/psi-api/src/com/jetbrains/python/psi/PyClass.java @@ -51,7 +51,7 @@ public interface PyClass extends PsiNameIdentifierOwner, PyStatement, NameDefine List getAncestorClasses(@NotNull TypeEvalContext context); /** - * Returns types of all ancestors from the hierarchy using the default type evaluation context. + * Returns only those ancestors from the hierarchy, that are resolved to PyClass PSI elements, using the default type evaluation context. * * @see #getAncestorClasses(TypeEvalContext) if a more detailed TypeEvalContext is available. */