Skip to content

Commit 724fb69

Browse files
authored
Merge pull request #61 from splendido/patch-1
fix import in example code
2 parents ac0659a + ea69c75 commit 724fb69

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)