From 3ad105e6401bc229e0b139a25ce500c1ba6927cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Herreman?= Date: Wed, 17 Apr 2013 15:24:15 +0300 Subject: [PATCH] Fix a minor error in Mink drivers doc --- index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.rst b/index.rst index 7e727ca..ca711e3 100644 --- a/index.rst +++ b/index.rst @@ -179,7 +179,7 @@ browser emulators through its driver - it doesn't know anything about how to start/stop or traverse page in that particular browser emulator - it only knows what driver method it should call in order to do this. -Mink v1.2 comes with four drivers out of the box: +Mink v1.2 comes with five drivers out of the box: * ``GoutteDriver`` - provides a bridge for `Goutte `_ headless browser. Goutte is a classical pure-php headless browser, written by