Draft: fix LGTM 'Testing for None should use the 'is' operator' alerrts

https://lgtm.com/projects/g/FreeCAD/FreeCAD/alerts/?mode=tree&ruleFocus=7900090
This commit is contained in:
luz paz
2021-02-03 11:25:48 -05:00
committed by wwmayer
parent 27a6dedf19
commit ccbc13ee82
6 changed files with 6 additions and 6 deletions

View File

@@ -39,7 +39,7 @@ def make_line(first_param, last_param=None):
Parameters
----------
first_param :
Base.Vector -> First point of the line (if p2 == None)
Base.Vector -> First point of the line (if p2 is None)
Part.LineSegment -> Line is created from the given Linesegment
Shape -> Line is created from the give Shape