fix typo in examples path

This commit is contained in:
Lindsey Heagy
2016-05-30 21:12:31 -07:00
parent 2a159e20b9
commit 9fbdaaf0a5
20 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -21,6 +21,6 @@ Here we go over the basics of creating a linear problem and inversion.
from SimPEG import Examples
Examples.Inversion_Linear.run()
.. literalinclude:: ../../../../SimPEG/Examples/Inversion_Linear.py
.. literalinclude:: ../../../SimPEG/Examples/Inversion_Linear.py
:language: python
:linenos: