Skip to content

Commit 030db34

Browse files
committed
Update v3/docs/user-FAQ.md
1 parent 0bb590a commit 030db34

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

v3/docs/user-FAQ.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ it doesn't matter whether they're rendered in the stack or heap.
1111

1212
#### Whoa, I get an unknown error when I try to use the `re` module (or other modules)
1313

14-
Yep, I currently have limited support for external modules. The only module functions that work
15-
are those involving native C function calls (e.g., "import math; x = math.sqrt(9)"). Making pure-Python
16-
function calls in modules will lead to an unknown error.
14+
Yep, Online Python Tutor currently has very limited support for external modules. The only module functions that work
15+
are those involving native C function calls (e.g., "import math; x = math.sqrt(9)"). Making **pure-Python
16+
function calls** in external modules will lead to an unknown error.
1717

1818

1919
#### Visualizations of object-oriented programs are confusing; why are there grayed-out frames everywhere?

0 commit comments

Comments
 (0)