From 94492953fd0ceddf4f4be32ec7d1e28502cc78d0 Mon Sep 17 00:00:00 2001 From: Ashish Panigrahi Date: Wed, 1 Apr 2026 14:51:10 +0300 Subject: [PATCH] Fix typo in Parameters.ipynb documentation Fixed typo to "physical". --- docs/examples/Parameters/Parameters.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/Parameters/Parameters.ipynb b/docs/examples/Parameters/Parameters.ipynb index 50f77eb1c934..687dc1f80cea 100644 --- a/docs/examples/Parameters/Parameters.ipynb +++ b/docs/examples/Parameters/Parameters.ipynb @@ -70,7 +70,7 @@ "\n", "It is possible to use the `Parameter` class to represent instrument parameters that include custom get and set methods. However, we advise that users be familiar with developing their own parameter sub-classes in order to facilitate instrument communications.\n", "\n", - "Where the parameter class have user-facing set and get methods, parameter subclasses feature instrument facing set_raw and get_raw methods. This enables instrument inputs and outputs to be parsed and validated from simple method calls, and provides a layer of abstraction between the QCoDeS interface and the physcial device." + "Where the parameter class have user-facing set and get methods, parameter subclasses feature instrument facing set_raw and get_raw methods. This enables instrument inputs and outputs to be parsed and validated from simple method calls, and provides a layer of abstraction between the QCoDeS interface and the physical device." ] }, {