From ea69c753d3914ca3cfb794e81dfb42cf025630a5 Mon Sep 17 00:00:00 2001 From: Luca Mussi Date: Fri, 31 Mar 2017 12:09:26 +0200 Subject: [PATCH] fix import in example code there is no pyArango.validator module: it was probably a typo --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 04648d4..84654f6 100644 --- a/README.rst +++ b/README.rst @@ -126,7 +126,7 @@ from **Validator** and implement a **validate()** method. .. code:: python import pyArango.collection as COL - import pyArango.validator as VAL + import pyArango.validation as VAL from pyArango.theExceptions import ValidationError import types