Skip to content

Commit

Permalink
[doc] rst syntax is weird
Browse files Browse the repository at this point in the history
  • Loading branch information
Psycojoker committed Sep 5, 2017
1 parent 220c20b commit c37411a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/other.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c37411a

Please sign in to comment.