From 13267a107b6128654f115de099738857ef4891d6 Mon Sep 17 00:00:00 2001 From: Johannes Zirkelbach Date: Wed, 1 Oct 2025 19:15:10 +0200 Subject: [PATCH] Changed grid to grid_out in docstring of propagate function. --- lasy/laser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lasy/laser.py b/lasy/laser.py index 28db5657c..09964cc8d 100644 --- a/lasy/laser.py +++ b/lasy/laser.py @@ -251,7 +251,7 @@ def propagate(self, distance, **kwargs): distance : scalar Distance by which the laser pulse should be propagated - grid : Grid object (optional) + grid_out : Grid object (optional) Resample the field onto a new grid of different radial size and/or different number of radial grid points. Only works for ``'rt'``. """