Skip to content

Commit 9e935ce

Browse files
author
craigsdennis
committed
Instruction tweak
1 parent 5705ad6 commit 9e935ce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

s2n9-challenge3-verified-email-list.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
"* last_name\n",
1212
"* email\n",
1313
"\n",
14-
"Ensure that all first names are title cased. Do not include any records that have a missing last name, and make sure that their email is verified (**`email_verified`** should be set True). Sort by last name and then by first.\n"
14+
"Ensure that all first names are title cased. Do not include any records that have a missing last name, and make sure that their email is verified (**`email_verified`** should be set True). Sort by last name and then by first.\n",
15+
"\n",
16+
"Choose `Kernel > Restart & Run all` to run the tests properly. \n"
1517
]
1618
},
1719
{

0 commit comments

Comments
 (0)