From 708780473b9e75ceb8054413cf9c86e50e5b5d85 Mon Sep 17 00:00:00 2001 From: BethanyG Date: Thu, 14 Oct 2021 15:28:19 -0700 Subject: [PATCH] More formatting and spelling and images. --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d92fb7dd..c83ef3e6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,9 +14,9 @@ Thank you so much for your interest in contributing! This repo holds all the instructions, tests, code, & support files for Python *exercises* currently under development or implemented & available for students. 🌟   Track exercises support Python `3.8`. - 🌟   Track tooling (_test runner_,_represter_, and _analyzer_, _CI_) runs on Python `3.9`. + 🌟   Track tooling (_test-runner, representer, analyzer, and Continuous Integration_) runs on Python `3.9`. -Exercises are grouped into **concept** exercises which teach the [Python syllabus][python-syllabus], and **practice** exercises, which are unlocked by progressing in the syllabus tree. Concept exercises are constrained to a small set of language or syntax features. Practice exercises are open-ended, and can be used to practice concepts learned, try out new techniques, and _play_. These two exercise groupings can be found in the track [config.json][config-json], and under the `python/exercises` directory. +Exercises are grouped into **concept** exercises which teach the [Python syllabus][python-syllabus], and **practice** exercises, which are unlocked by progressing in the syllabus tree  ðŸŒ´  . Concept exercises are constrained to a small set of language or syntax features. Practice exercises are open-ended, and can be used to practice concepts learned, try out new techniques, and _play_. These two exercise groupings can be found in the track [config.json][config-json], and under the `python/exercises` directory.