From e970ad1953c6d0bfb1265353de0c3a3630491fe5 Mon Sep 17 00:00:00 2001 From: Artem Zhidkov Date: Thu, 16 Jul 2020 09:17:39 +0300 Subject: [PATCH] Fix documentation warnings. --- src/FeaturesPlugin/doc/filletFeature.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/FeaturesPlugin/doc/filletFeature.rst b/src/FeaturesPlugin/doc/filletFeature.rst index 9d3192e81..b41c2e16b 100644 --- a/src/FeaturesPlugin/doc/filletFeature.rst +++ b/src/FeaturesPlugin/doc/filletFeature.rst @@ -82,12 +82,12 @@ Input fields: **TUI Command**: -.. py:function:: model.addFillet(Part_doc, [face,edge], R1, R2) +.. py:function:: model.addFillet(Part_doc, shapes, R1, R2) - :param part: The current part object. - :param list: A list of faces and edges subject to fillet operation in format *model.selection(TYPE, shape)*. - :param number: Start radius value. - :param number: End radius value. + :param document Part_doc: The current part object. + :param list shapes: A list of faces and edges subject to fillet operation in format *model.selection(TYPE, shape)*. + :param double R1: Start radius value. + :param double R2: End radius value. :return: Created object. Result -- 2.39.2