Skip to content

Commit 2a14a3e

Browse files
committed
fixed an error in the guide
1 parent 88b5673 commit 2a14a3e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

UserGuide/start.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ You can use it even in your simulation, simply edit the value of the uppercase k
180180
.. code-block:: python
181181
182182
# Import the CellConstructor library to plot the dispersion
183-
import cellconstructor as CC, cellconstructor.Phonons,
184-
improt cellconstructor.ForceTensor
183+
import cellconstructor as CC, cellconstructor.Phonons
184+
import cellconstructor.ForceTensor
185185
186186
# Import the numerical libraries and those for plotting
187187
import numpy as np

0 commit comments

Comments
 (0)