Skip to content
Snippets Groups Projects
Commit 220c20bb authored by Laurent Peuch's avatar Laurent Peuch
Browse files

[doc] uses link instead

parent 70d5e5f5
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -314,8 +314,9 @@ expect the number of spaces to add or to remove as first argument.
 
.. WARNING::
 
Since RedBaron calls `literal_eval` it can only parse the python code parsed
by the python version you are using.
Since RedBaron calls `ast.literal_eval
<https://docs.python.org/2/library/ast.html#ast.literal_eval>` it can only
parse the python code parsed by the python version you are using.
 
For example if you are using a python version inferior to 3.6, `to_python`
will crash on `100_000` because it is only supported since python 3.6
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment