Skip to content

Commit 49af643

Browse files
committed
Fix kwargs
Signed-off-by: Maria Teresa Ortega <teresa.ortega0903@gmail.com>
1 parent bcbd281 commit 49af643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lambkin/common/named_product.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def named_product(**parameters):
3535
A list of dicts, each mapping parameter names to a specific value.
3636
"""
3737
# Example:
38-
# kwargs == (sensor_model = [likelihood_field,beam],
38+
# parameters == (sensor_model = [likelihood_field,beam],
3939
# num_particles = [1, 10, 1000, 2000])
4040

4141
# keys = ("sensor_model", "num_particles")

0 commit comments

Comments
 (0)