Skip to content

Commit 32fc6bb

Browse files
committed
fix typo
1 parent 62e9a52 commit 32fc6bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PythonForMODS/lxml_and_modsqual_tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"cell_type": "markdown",
6060
"metadata": {},
6161
"source": [
62-
"This text file contains ~9000 MODS XML records from NYPL's Digital Collections with one record per line. You could use a properly-formed MODS record and nest them all within a <modsCollection> element, but it can be difficult to load such a giant XML document into memory and work with it. To save processing time, we're going to cheat and iterate line by line through this text file. \n",
62+
"This text file contains ~9000 MODS XML records from NYPL's Digital Collections with one record per line. You could use a properly-formed MODS record and nest them all within a `<modsCollection>` element, but it can be difficult to load such a giant XML document into memory and work with it. To save processing time, we're going to cheat and iterate line by line through this text file. \n",
6363
"\n",
6464
"Let's use the `readline()` method to read the first record/row into a variable called line. We'll print it, too, so we can see what we're working with:"
6565
]

0 commit comments

Comments
 (0)