From 601c2083f689f695ec870d6a73824851a93bec49 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Mon, 11 Dec 2017 10:02:08 +0200 Subject: [PATCH] Add docs link for CPython differences. --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 166cb78..23c0bd8 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1,6 +1,6 @@ **What are the differences between MicroPython and standard Python (CPython)?** -> Please see the [[Differences]] wiki page +> Please see the [[Differences]] wiki page and the corresponding chapter in the docs: http://docs.micropython.org/en/latest/unix/genrst/index.html **How big is MicroPython? How much memory does it take?**