Skip to content

Commit 54bdef5

Browse files
committed
fixed typo
1 parent 9f66ecd commit 54bdef5

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
What is pyvaru?
99
---------------
1010

11-
Pyavaru is a simple, flexible and unobtrusive data validation library for Python 3 (3.4+),
11+
Pyvaru is a simple, flexible and unobtrusive data validation library for Python 3 (3.4+),
1212
based on the concept of validation rules.
1313

1414
From the software design point of view, a rule is a class implementing the strategy pattern,
0 Bytes
Binary file not shown.

docs/_build/doctrees/index.doctree

-2 Bytes
Binary file not shown.

docs/_build/html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ <h1>Pyvaru documentation<a class="headerlink" href="#pyvaru-documentation" title
145145
<a class="reference external image-reference" href="https://codecov.io/gh/daveoncode/pyvaru"><img alt="https://codecov.io/gh/daveoncode/pyvaru/branch/master/graph/badge.svg" src="https://codecov.io/gh/daveoncode/pyvaru/branch/master/graph/badge.svg" /></a>
146146
<div class="section" id="what-is-pyvaru">
147147
<h2>What is pyvaru?<a class="headerlink" href="#what-is-pyvaru" title="Permalink to this headline"></a></h2>
148-
<p>Pyavaru is a simple, flexible and unobtrusive data validation library for Python 3 (3.4+),
148+
<p>Pyvaru is a simple, flexible and unobtrusive data validation library for Python 3 (3.4+),
149149
based on the concept of validation rules.</p>
150150
<p>From the software design point of view, a rule is a class implementing the strategy pattern,
151151
by encapsulating the validation logic in an interface method called <code class="docutils literal"><span class="pre">apply()</span></code>.</p>

docs/_build/html/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)