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

[doc] rst syntax is weird

parent 220c20bb
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -314,9 +314,8 @@ expect the number of spaces to add or to remove as first argument.
 
.. WARNING::
 
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.
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