Skip to content

Commit 2efb9ac

Browse files
committed
docstring fix
1 parent 24c79ac commit 2efb9ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

magpylib_force/force.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def getFT(sources, targets, anchor=None, eps=1e-5, squeeze=True):
2020
Sources that generate the magnetic field. Can be a single source (or collection)
2121
or a 1D list of l sources and/or collection objects.
2222
23-
targets: single object or 1D list of t objects that are in [Cuboid, Polyline]
23+
targets: single object or 1D list of t objects that are in [Sphere, Cuboid, Polyline]
2424
Force and Torque acting on targets in the magnetic field generated by the sources
2525
will be computed. A target must have a valid `meshing` parameter.
2626

0 commit comments

Comments
 (0)