summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Edmund Crosley <timothy.crosley@gmail.com>2015-04-20 00:00:41 -0400
committerTimothy Edmund Crosley <timothy.crosley@gmail.com>2015-04-20 00:00:41 -0400
commita76310a8a49ac9b75f2f4020030e4defca9751ba (patch)
treefadd78dc53e85eec67a007ab56bf0f9d78eb047e
parent85fc7db744ff6e6c4d18acda0f4c0dc433fbbef5 (diff)
parent0465f59e0f534dbdf46e4c606401969047c4137e (diff)
downloadpies-gh-pages.tar.gz
Merge pull request #40 from Arnie97/patch-1gh-pages
Correct a spelling mistake in docs :wink:
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 94c3050..f191905 100644
--- a/index.html
+++ b/index.html
@@ -139,7 +139,7 @@ modules from pies.</p>
<p>Example:</p>
-<pre><code>form pies import pickle
+<pre><code>from pies import pickle
</code></pre>
<p>Full List:</p>
@@ -186,4 +186,4 @@ or email me at <a href="mailto:timothy.crosley@gmail.com">timothy.crosley@gmail.
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
-</html> \ No newline at end of file
+</html>