From 187d0ce3487e8f7479713cc4e05fcc3e40c6dfb9 Mon Sep 17 00:00:00 2001 From: FND Date: Tue, 14 Jul 2015 12:00:25 +0200 Subject: [PATCH] Fix typo --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a7effed..7c895d3 100644 --- a/README.rst +++ b/README.rst @@ -11,7 +11,7 @@ Gabbi is a tool for running HTTP tests where requests and responses are represented in a declarative YAML-based form. See the docs_ for more details on features and formats. -Gabbbi is tested with Python 2.7, 3.4 and pypy and pypy3. +Gabbi is tested with Python 2.7, 3.4 and pypy and pypy3. Tests can be run using `unittest`_ style test runners or from the command line with a `gabbi-run`_ script.