summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHernan Grecco <hernan.grecco@gmail.com>2014-05-26 20:08:39 -0300
committerHernan Grecco <hernan.grecco@gmail.com>2014-05-26 20:08:39 -0300
commit6b4acf889f272ce43e2870249b1751fc274b23bf (patch)
tree60a66c0968829ac0c6951a549d27db811c59a83f
parentcefa11999bc9b913074e81d2241fb525e3101871 (diff)
downloadpint-6b4acf889f272ce43e2870249b1751fc274b23bf.tar.gz
Removed incorrect text from the tutorial
Close #149
-rw-r--r--docs/tutorial.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/tutorial.rst b/docs/tutorial.rst
index ccfe0f1..8ad01cd 100644
--- a/docs/tutorial.rst
+++ b/docs/tutorial.rst
@@ -178,7 +178,6 @@ This enables you to build a simple unit converter in 3 lines:
>>> Q_(src).to(dst)
<Quantity(1.0, 'inch')>
-Take a look at `qconvert.py` within the examples folder for a full script.
.. warning:: Pint currently uses eval_ under the hood.
Do not use this approach from untrusted sources as it is dangerous_.