From 5449b95a3b0994573173013ab61d394c8577f07c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Swe=C3=B1a=20=28Swast=29?= Date: Mon, 9 Mar 2026 15:20:25 -0500 Subject: [PATCH] docs: Fix typo in ExperimentOptions class docstring --- bigframes/_config/experiment_options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigframes/_config/experiment_options.py b/bigframes/_config/experiment_options.py index 6c51ef6db3..b64c0aaa04 100644 --- a/bigframes/_config/experiment_options.py +++ b/bigframes/_config/experiment_options.py @@ -21,7 +21,7 @@ class ExperimentOptions: """ - Encapsulates the configration for experiments + Encapsulates the configuration for experiments """ def __init__(self):