From a734833564d6aa867369b61a9715f96649c64d41 Mon Sep 17 00:00:00 2001
From: VcamX <vcamx3@gmail.com>
Date: Fri, 18 Mar 2016 15:12:15 +0800
Subject: [PATCH] Fix typo.

---
 summerofcode/ideas.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/summerofcode/ideas.md b/summerofcode/ideas.md
index 83f2cecd48..d87cf1b8fa 100644
--- a/summerofcode/ideas.md
+++ b/summerofcode/ideas.md
@@ -36,7 +36,7 @@ gRPC Python:
  * **Required skills:** Python programming language, PyPy Python interpreter.
  * **Likely mentors:** [Nathaniel Manista](https://github.com/nathanielmanistaatgoogle), [Masood Malekghassemi](https://github.com/soltanmm).
 1. Develop and test Python 3.5 Support for gRPC. Make necessary changes to port gRPC and package it for supported platforms.
- * **Required skills:** Python programming language, PyPy Python interpreter.
+ * **Required skills:** Python programming language, Python 3.5 interpreter.
  * **Likely mentors:** [Nathaniel Manista](https://github.com/nathanielmanistaatgoogle), [Masood Malekghassemi](https://github.com/soltanmm).
  
 gRPC Ruby/Java:
-- 
GitLab