Skip to content

Commit 69720f9

Browse files
committed
Typo in a code snippet in the icat.ingest module documentation
1 parent 59db00b commit 69720f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/ingest.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ installed in the directory pointed to by the class attribute
120120
might then look like::
121121

122122
from pathlib import Path
123-
include icat
124-
from icat.ingest include IngestReader
123+
import icat
124+
from icat.ingest import IngestReader
125125

126126
# prerequisite: search the investigation object to ingest into from
127127
# ICAT and collect a list of dataset objects that should be ingested

0 commit comments

Comments
 (0)