From 2aa3e1e931815c2e3562b295a46b68521f4f4860 Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Thu, 6 Oct 2016 15:41:20 +0200 Subject: [PATCH] Fix documentation CURA-2248 --- cura/QualityManager.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cura/QualityManager.py b/cura/QualityManager.py index 76cb7c4d56..adf2f0423b 100644 --- a/cura/QualityManager.py +++ b/cura/QualityManager.py @@ -150,11 +150,11 @@ class QualityManager: return [quality_type_dict[quality_type] for quality_type in quality_types] - ## Fetch a more basic version of a material. + ## Fetch more basic versions of a material. # # This tries to find a generic or basic version of the given material. # \param material_container \type{InstanceContainer} the material - # \return \type{List[InstanceContainer]} the basic material or None if one could not be found. + # \return \type{List[InstanceContainer]} a list of the basic materials or an empty list if one could not be found. def _getBasicMaterials(self, material_container): base_material = material_container.getMetaDataEntry("material") if material_container.getDefinition().getMetaDataEntry("has_machine_quality"):