From 9e218b2b3bb05e047efaadd5e50431a7b212c169 Mon Sep 17 00:00:00 2001 From: Andy Port Date: Fri, 2 Nov 2018 16:19:39 -0700 Subject: [PATCH] minor wording change --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 61878fe..7ea1bc7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,7 +18,7 @@ example**. Feel free to make a pull-request too (see relevant section below). ## Submitting Pull-Requests -#### New features should come with unittests and docstrings. +#### New features come with unittests and docstrings. If you want to add a cool/useful feature to svgpathtools, that's great! Just make sure your pull-request includes both thorough unittests and well-written docstrings. See relevant sections below on "Testing Style" and