From e8b7fc1ede2c6a5ad21da52072b614bd312b501a Mon Sep 17 00:00:00 2001 From: Ryan Sharafuddin Date: Thu, 14 Aug 2025 13:54:47 -0400 Subject: [PATCH 1/2] Fix two typos --- CONTRIBUTING.md | 2 +- rich/text.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index eb27eb0f..335cfcf5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -136,7 +136,7 @@ and over time can reduce development overhead quite considerably. ## Creating A Pull Request -Once your happy with your change and have ensured that all steps above have been followed (and checks have passed), you can create a pull request. +Once you're happy with your change and have ensured that all steps above have been followed (and checks have passed), you can create a pull request. GitHub offers a guide on how to do this [here](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork). Please ensure that you include a good description of what your change does in your pull request, and link it to any relevant issues or discussions. diff --git a/rich/text.py b/rich/text.py index b57d77c2..e39fc3cd 100644 --- a/rich/text.py +++ b/rich/text.py @@ -1007,7 +1007,7 @@ class Text(JupyterMixin): return self def append_text(self, text: "Text") -> "Text": - """Append another Text instance. This method is more performant that Text.append, but + """Append another Text instance. This method is more performant than Text.append, but only works for Text. Args: From 21806ce70c67de52ddd2a9785a62dd55f554c3b3 Mon Sep 17 00:00:00 2001 From: Ryan Sharafuddin Date: Thu, 14 Aug 2025 13:59:50 -0400 Subject: [PATCH 2/2] Add name to CONTRIBUTORS.md --- CONTRIBUTORS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 4b04786b..da1f15d2 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -66,6 +66,7 @@ The following people have contributed to the development of Rich: - [Paul Sanders](https://github.com/sanders41) - [Louis Sautier](https://github.com/sbraz) - [Tim Savage](https://github.com/timsavage) +- [Ryan Sharafuddin](https://github.com/RyanSharafuddin) - [Anthony Shaw](https://github.com/tonybaloney) - [Damian Shaw](https://github.com/notatallshaw) - [Nicolas Simonds](https://github.com/0xDEC0DE)