X Tutup
Skip to content

[2.7] bpo-30004: Fix the code example of using group in Regex Howto Docs (GH-4443)#4555

Merged
Mariatta merged 1 commit intopython:2.7from
miss-islington:backport-610e5af-2.7
Nov 25, 2017
Merged

[2.7] bpo-30004: Fix the code example of using group in Regex Howto Docs (GH-4443)#4555
Mariatta merged 1 commit intopython:2.7from
miss-islington:backport-610e5af-2.7

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington miss-islington commented Nov 25, 2017

The provided code example was supposed to find repeated words, however it returned false results.
(cherry picked from commit 610e5af)

https://bugs.python.org/issue30004

…ythonGH-4443)

The provided code example was supposed to find repeated words, however it returned false results.
(cherry picked from commit 610e5af)
@miss-islington
Copy link
Copy Markdown
Contributor Author

@mandeep and @Mariatta: Backport status check is done, and it's a success ✅ .

@Mariatta Mariatta merged commit c02037d into python:2.7 Nov 25, 2017
@miss-islington
Copy link
Copy Markdown
Contributor Author

Thanks, @Mariatta!

@miss-islington miss-islington deleted the backport-610e5af-2.7 branch November 25, 2017 05:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

X Tutup