diff mbox

[2/4] docs: Fix a missing 3rd person 's'

Message ID 1443965700-25938-3-git-send-email-damien.lespiau@intel.com
State Accepted
Headers show

Commit Message

Damien Lespiau Oct. 4, 2015, 1:34 p.m. UTC
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
---
 docs/development.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stephen Finucane Nov. 12, 2015, 4:22 a.m. UTC | #1
On 04 Oct 14:34, Damien Lespiau wrote:
> Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>

Reviewed-by: Stephen Finucane <stephen.finucane@intel.com>

Added to markdown docs and merged.
diff mbox

Patch

diff --git a/docs/development.rst b/docs/development.rst
index 8ecab06..7472b50 100644
--- a/docs/development.rst
+++ b/docs/development.rst
@@ -107,7 +107,7 @@  this command:
 
     $ tox -e py27-django18 patchwork.tests.SubjectCleanUpTest
 
-Because patchwork support multiple versions of Django, it's very
+Because patchwork supports multiple versions of Django, it's very
 important that you test against all supported versions. When run without
 argument, tox will do this: