From eb91f8b317ff0a7156cc04b66fab7abb19d3f63e Mon Sep 17 00:00:00 2001 From: Tazik Shahjahan <35576188+taziksh@users.noreply.github.com> Date: Mon, 11 May 2026 14:26:34 -0700 Subject: [PATCH] docs: remove repeated phrase "there are there are" -> "there are --- 14-Strings-and-Regular-Expressions.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/14-Strings-and-Regular-Expressions.ipynb b/14-Strings-and-Regular-Expressions.ipynb index ca39b64..ad54d41 100644 --- a/14-Strings-and-Regular-Expressions.ipynb +++ b/14-Strings-and-Regular-Expressions.ipynb @@ -1123,7 +1123,7 @@ "\n", "The methods of Python's ``str`` type give you a powerful set of tools for formatting, splitting, and manipulating string data.\n", "But even more powerful tools are available in Python's built-in *regular expression* module.\n", - "Regular expressions are a huge topic; there are there are entire books written on the topic (including Jeffrey E.F. Friedl’s [*Mastering Regular Expressions, 3rd Edition*](http://shop.oreilly.com/product/9780596528126.do)), so it will be hard to do justice within just a single subsection.\n", + "Regular expressions are a huge topic; there are entire books written on the topic (including Jeffrey E.F. Friedl’s [*Mastering Regular Expressions, 3rd Edition*](http://shop.oreilly.com/product/9780596528126.do)), so it will be hard to do justice within just a single subsection.\n", "\n", "My goal here is to give you an idea of the types of problems that might be addressed using regular expressions, as well as a basic idea of how to use them in Python.\n", "I'll suggest some references for learning more in [Further Resources on Regular Expressions](#Further-Resources-on-Regular-Expressions).\n",