summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>