Skip to content

Commit

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

0 comments on commit 220c20b

Please sign in to comment.