diff --git a/doc/src/guide/concepts/hoomd-example.py b/doc/src/guide/concepts/hoomd-example.py index 16c8df5..a7ef4e2 100644 --- a/doc/src/guide/concepts/hoomd-example.py +++ b/doc/src/guide/concepts/hoomd-example.py @@ -12,7 +12,7 @@ def action_implementation(job, communicator): """Implement the action on a single job.""" # Your HOOMD-blue simulation goes here. Use the given communicator. For example: # cpu = hoomd.device.CPU(communicator=communicator) - # simulation = hoomd.Simulation(devices=cpu) + # simulation = hoomd.Simulation(device=cpu) def action(*jobs):