From fd134e84cbc20581135fd16e1cb6c9bdb48c1522 Mon Sep 17 00:00:00 2001 From: Sparsh Date: Thu, 21 Sep 2023 18:37:02 +0530 Subject: [PATCH] added contributer name and filled typo in README --- CONTRIBUTORS.md | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index ca0e88a..5c1f9c4 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -25,6 +25,7 @@ Following are the wonderful people (in no specific order) who have contributed t | Diptangsu Goswami | [diptangsu](https://github.com/diptangsu) | [#193](https://github.com/satwikkansal/wtfpython/issues/193) | | Charles | [charles-l](https://github.com/charles-l) | [#245](https://github.com/satwikkansal/wtfpython/issues/245) | LiquidFun | [LiquidFun](https://github.com/LiquidFun) | [#267](https://github.com/satwikkansal/wtfpython/issues/267) +| Sparsh-Verencar | [Sparsh-Verencar](https://github.com/Sparsh-Verencar) | [#311](https://github.com/satwikkansal/wtfpython/issues/311) --- diff --git a/README.md b/README.md index 1d5dca7..2ec1c2e 100644 --- a/README.md +++ b/README.md @@ -1343,7 +1343,7 @@ True ```py >>> r'wt\"f' == 'wt\\"f' True - >>> print(repr(r'wt\"f') + >>> print(repr(r'wt\"f')) 'wt\\"f' >>> print("\n")