Skip to content

Commit 991182a

Browse files
committed
fixed math expression
1 parent 01f3030 commit 991182a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/tutorials/tutorial.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ and *box_size* as input parameters:
6464
results.run()
6565
6666
After the calculation is done, all the computed data can be obtained from the
67-
`results`object. For instance, for :math:`<N>`, type:
67+
`results` object. For instance, for :math:`\langle N \rangle`, type:
6868

6969
.. code:: python
7070
@@ -76,7 +76,7 @@ which will return:
7676
7777
0.84
7878
79-
To plot :math:`<\Delta N^2>`, let us import Pyplot first:
79+
To plot :math:`\langle \Delta N^2 \rangle`, let us import Pyplot first:
8080

8181
.. code:: python
8282

0 commit comments

Comments
 (0)