Skip to content

Commit ea69c75

Browse files
authored
fix import in example code
there is no pyArango.validator module: it was probably a typo
1 parent ac0659a commit ea69c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ from **Validator** and implement a **validate()** method.
126126
.. code:: python
127127
128128
import pyArango.collection as COL
129-
import pyArango.validator as VAL
129+
import pyArango.validation as VAL
130130
from pyArango.theExceptions import ValidationError
131131
import types
132132

0 commit comments

Comments
 (0)