From 06c6b490fea4b5f4adf9f2960f3cf95667a818e2 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 27 Jan 2022 19:56:07 +0100 Subject: [PATCH] Update python.md --- docs/extend/python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extend/python.md b/docs/extend/python.md index 8f99e45..242aefb 100644 --- a/docs/extend/python.md +++ b/docs/extend/python.md @@ -109,7 +109,7 @@ couch = Part.create(api, { }) ``` #### Adding parameters to the sofa -Each part can have multiple parameters like resistance, voltage or capacitance. For the sofa length and weight make sense. Each parameter has a parameter template that combines the parameter name with a unit. So we first have to create the parameters and afterwards add the parameter values to the sofa. +Each part can have multiple parameters like resistance, voltage or capacitance. For the sofa length and weight make sense. Each parameter has a parameter template that combines the parameter name with a unit. So we first have to create the parameter templates and afterwards add the parameter values to the sofa. ```python from inventree.base import Parameter