From aad84870288d066e9b1dcff71e3f09eb36089b93 Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Sat, 16 May 2026 07:32:25 -0700 Subject: [PATCH] Fix typo in README.md for Rust for CPython --- profile/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile/README.md b/profile/README.md index 921734c..f05b074 100644 --- a/profile/README.md +++ b/profile/README.md @@ -1,5 +1,5 @@ # Rust for CPython -Rust for CPython is a community effort to introduce [the Rust progamming language](https://rust-lang.org/) to [CPython](https://github.com/python/cpython/), the default Python implementation. +Rust for CPython is a community effort to introduce [the Rust programming language](https://rust-lang.org/) to [CPython](https://github.com/python/cpython/), the default Python implementation. Most of the work will occur in the [Python Enhancement Proposals (PEPs) repository](https://github.com/Rust-for-CPython/peps) and a [CPython fork with a reference implementation](https://github.com/Rust-for-CPython/cpython).