Skip to content

Commit

Permalink
Fix typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulPPelaez committed Sep 4, 2024
1 parent f32a428 commit 5f37028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/MobilityInterface/pythonify.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ hydrodynamicRadius : float
Hydrodynamic radius of the particles.
numberParticles : int
Number of particles in the system.
needs_torque : bool, optional
needsTorque : bool, optional
Whether the solver needs torques. Default is false.
tolerance : float, optional
Tolerance, used for approximate methods and also for Lanczos (default fluctuation computation). Default is 1e-4.
Expand Down

0 comments on commit 5f37028

Please sign in to comment.