Deployed 041eefc with MkDocs version: 1.3.0

This commit is contained in:
2022-07-13 18:25:37 +00:00
parent 664786d231
commit 27a5cb14bf
35 changed files with 121 additions and 111 deletions

View file

@ -60,7 +60,7 @@
"source": [
"Now, we can load the dataset and extract the *training* samples from it. Since we're impatient, we can do it in parallel using the [`simple_parallel_map`](/reference/utilities/#great_ai.utilities.simple_parallel_map) function.\n",
"\n",
"> Open files in Python are iterable, with a line being return (in text mode) with each iteration."
"> Open files in Python are iterable: in text mode, each iteration returns the next line."
]
},
{