Skip to content

Commit 2997a3a

Browse files
Fix rst syntax errors (#1251)
* Fix rst syntax errors Fix rst syntax errors that result in errors in the HTML docs, or generate Sphinx errors/warnings during sphinx build. Update documented parameters for `Workplane.interpPlate` and `Solid.interpPlate` to match method definitions. * Adding docstring changes from #1126 * Docstring fixes and cleanup (removal of select type fields) --------- Co-authored-by: Lorenz Neureuter <[email protected]>
1 parent 26f05c5 commit 2997a3a

File tree

5 files changed

+299
-342
lines changed

5 files changed

+299
-342
lines changed

cadquery/assembly.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ def save(
447447
:param exportType: export format (default: None, results in format being inferred form the path)
448448
:param tolerance: the deflection tolerance, in model units. Only used for GLTF, VRML. Default 0.1.
449449
:param angularTolerance: the angular tolerance, in radians. Only used for GLTF, VRML. Default 0.1.
450-
:param **kwargs: Additional keyword arguments. Only used for STEP.
450+
:param \**kwargs: Additional keyword arguments. Only used for STEP.
451451
See :meth:`~cadquery.occ_impl.exporters.assembly.exportAssembly`.
452452
"""
453453

0 commit comments

Comments
 (0)