Skip to content

Commit

Permalink
Fix typo in code (#72)
Browse files Browse the repository at this point in the history
Added missing ")" to programmatic usage example's code
  • Loading branch information
simo97 authored Apr 16, 2020
1 parent 25d267f commit 496f3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ Running Vlads Programatically
from vladiate import Vlad
from vladiate.inputs import LocalFile
Vlad(source=LocalFile('path/to/local/file.csv').validate()
Vlad(source=LocalFile('path/to/local/file.csv')).validate()
Testing
~~~~~~~
Expand Down

0 comments on commit 496f3ff

Please sign in to comment.