Skip to content

Commit 46cc4bc

Browse files
authored
Merge pull request stanfordnlp#415 from arunpatro/patch-1
Fix typo in intro.ipynb
2 parents 571d4bb + 7897394 commit 46cc4bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intro.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287
"A signature consists of three simple elements:\n",
288288
"\n",
289289
"- A minimal description of the sub-task the LM is supposed to solve.\n",
290-
"- A description of one or more input fields (e.g., input question) that will we will give to the LM.\n",
290+
"- A description of one or more input fields (e.g., input question) that we will give to the LM.\n",
291291
"- A description of one or more output fields (e.g., the question's answer) that we will expect from the LM.\n",
292292
"\n",
293293
"Let's define a simple signature for basic question answering."

0 commit comments

Comments
 (0)