Skip to content

Commit ff55228

Browse files
committed
Fix import statement in docs
1 parent 5b93f6f commit ff55228

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/describing_models.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ like this:
287287
288288
imports:
289289
- from utils.uq import implementation uq_driver
290-
- from models.macro_micro implementation macro_micro
290+
- from models.macro_micro import implementation macro_micro
291291
292292
The first import statement would look for a file named ``uq.ymmsl`` in the ``utils/``
293293
directory, and load a model program named ``uq_driver`` from it. The second one would

0 commit comments

Comments
 (0)