Skip to content

Commit 767f1d6

Browse files
committed
Matched variable names
1 parent 4f8e1d5 commit 767f1d6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

week2/5_String_Methods.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@
520520
"metadata": {},
521521
"outputs": [],
522522
"source": [
523-
"test1.find(\"ululation\")"
523+
"strange.find(\"ululation\")"
524524
]
525525
},
526526
{
@@ -529,7 +529,7 @@
529529
"metadata": {},
530530
"outputs": [],
531531
"source": [
532-
"test1.find(\"lollygag\")"
532+
"strange.find(\"lollygag\")"
533533
]
534534
},
535535
{
@@ -538,7 +538,7 @@
538538
"metadata": {},
539539
"outputs": [],
540540
"source": [
541-
"test1.index(\"lollygag\")"
541+
"strange.index(\"lollygag\")"
542542
]
543543
},
544544
{
@@ -557,7 +557,7 @@
557557
"metadata": {},
558558
"outputs": [],
559559
"source": [
560-
"test1.find('luculent')"
560+
"strange.find('luculent')"
561561
]
562562
},
563563
{
@@ -566,7 +566,7 @@
566566
"metadata": {},
567567
"outputs": [],
568568
"source": [
569-
"test1.index('luculent')"
569+
"strange.index('luculent')"
570570
]
571571
},
572572
{

0 commit comments

Comments
 (0)