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")