Skip to content

Commit 1996935

Browse files
Update hoomd/md/pair/aniso.py
Co-authored-by: Joshua A. Anderson <joaander@umich.edu>
1 parent 55eca6f commit 1996935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hoomd/md/pair/aniso.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ class YLZ(AnisotropicPair):
234234
235235
.. code-block:: python
236236
237-
ylz.mu['A'] = (1.0,0.0,0.0)
237+
ylz.mu['A'] = (1.0, 0.0, 0.0)
238238
239239
"""
240240

0 commit comments

Comments
 (0)