Skip to content

Commit

Permalink
Merge pull request #5800 from paniash/typo-fix
Browse files Browse the repository at this point in the history
Fixed typo in docs
  • Loading branch information
jenshnielsen authored Mar 4, 2024
2 parents fca9485 + 1904f2b commit b77f0d6
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"# QCoDeS Example with Keysight Network Analyzers\n",
"\n",
"This notebook is indendet to give an overview over the functions implemented in the QCoDeS driver for the Keysight network analyzers. The driver is implemented to be generic as possible, with individual instrument drivers filling in only the hardware limits of the instrument, so although this example uses the N5245A, the concepts and code should work for any keysight network analyzer."
"This notebook is intended to give an overview over the functions implemented in the QCoDeS driver for the Keysight network analyzers. The driver is implemented to be generic as possible, with individual instrument drivers filling in only the hardware limits of the instrument, so although this example uses the N5245A, the concepts and code should work for any Keysight network analyzer."
]
},
{
Expand Down Expand Up @@ -360,7 +360,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "qcodespip310",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -374,7 +374,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.8 | packaged by conda-forge | (main, Nov 24 2022, 14:07:00) [MSC v.1916 64 bit (AMD64)]"
"version": "3.11.7"
},
"nbsphinx": {
"execute": "never"
Expand All @@ -386,5 +386,5 @@
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}

0 comments on commit b77f0d6

Please sign in to comment.