Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2d44a1d

Browse files
author
Roller Angel
authored
Update regex.ipynb
Fixed typo
1 parent dc50d73 commit 2d44a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎days/28-30-regex/regex.ipynb‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@
398398
"cell_type": "markdown",
399399
"metadata": {},
400400
"source": [
401-
"Or what if I want to change all the #nDaysOf... to #nDaysOfPyton? You can use `re.sub` for this. Note how I use the capturing parenthesis to port over the matching part of the string to the replacement (2nd argument) where I use `\\1` to reference it:"
401+
"Or what if I want to change all the #nDaysOf... to #nDaysOfPython? You can use `re.sub` for this. Note how I use the capturing parenthesis to port over the matching part of the string to the replacement (2nd argument) where I use `\\1` to reference it:"
402402
]
403403
},
404404
{

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /