From bc6b7728bd42bc5594df8aa8778708c8045f7581 Mon Sep 17 00:00:00 2001 From: Adrian Oeftiger Date: Mon, 22 Apr 2024 10:07:19 +0200 Subject: [PATCH] Update 001b_build_particles_shift.py typo in comment --- examples/particles_generation/001b_build_particles_shift.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/particles_generation/001b_build_particles_shift.py b/examples/particles_generation/001b_build_particles_shift.py index 3f8374c..36fd34c 100644 --- a/examples/particles_generation/001b_build_particles_shift.py +++ b/examples/particles_generation/001b_build_particles_shift.py @@ -12,7 +12,7 @@ # Choose a context ctx = xo.ContextCpu() -# Built a set of three particles with different x coordinates +# Built a set of three particles with different y coordinates particles = xp.build_particles(mode='shift', particle_ref=p0, y=[1,2,3], _context=ctx)