diff options
| author | Hernan Grecco <hernan.grecco@gmail.com> | 2014-05-26 20:08:39 -0300 |
|---|---|---|
| committer | Hernan Grecco <hernan.grecco@gmail.com> | 2014-05-26 20:08:39 -0300 |
| commit | 6b4acf889f272ce43e2870249b1751fc274b23bf (patch) | |
| tree | 60a66c0968829ac0c6951a549d27db811c59a83f /docs/tutorial.rst | |
| parent | cefa11999bc9b913074e81d2241fb525e3101871 (diff) | |
| download | pint-6b4acf889f272ce43e2870249b1751fc274b23bf.tar.gz | |
Removed incorrect text from the tutorial
Close #149
Diffstat (limited to 'docs/tutorial.rst')
| -rw-r--r-- | docs/tutorial.rst | 1 |
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_. |
