aboutsummaryrefslogtreecommitdiff
path: root/doc/articles
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-09-06 12:09:17 +0200
committerThomas White <taw@physics.org>2021-09-06 12:09:17 +0200
commitcf0bb2d7bca1b9a9e01ee268fbab76396fb68d34 (patch)
treef97df794043c3fe7940418a4e735a7065855dfaa /doc/articles
parentd2a4e60eee2de111904bf7d6a456b5dae4186863 (diff)
electrons.rst: Add missing equals signs
Diffstat (limited to 'doc/articles')
-rw-r--r--doc/articles/electrons.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/articles/electrons.rst b/doc/articles/electrons.rst
index 9f8771aa..47aaf190 100644
--- a/doc/articles/electrons.rst
+++ b/doc/articles/electrons.rst
@@ -21,13 +21,13 @@ Setting the wavelength
You can set the accelerating voltage in the geometry file::
- electron_voltage 200 kV
+ electron_voltage = 200 kV
This should be the accelerating voltage, not the relativistically-corrected
energy of the accelerated electrons (the difference is small). Alternatively,
give the wavelength directly::
- wavelength 2.51e-12 m
+ wavelength = 2.51e-12 m
You can also use ``V`` instead of ``kV`` and ``A`` (Angstroms) instead of
``m``.