499: grammar in note about not using eval r=hgrecco
This commit is contained in:
bors[bot] 2017-04-10 18:36:19 +00:00
commit 6c8679008d
1 changed files with 2 additions and 2 deletions

View File

@ -215,9 +215,9 @@ or
>>> type(Q_('2.54'))
<class 'pint.quantity.build_quantity_class.<locals>.Quantity'>
.. note:: Since version 0.7, Pint **does not** uses eval_ under the hood.
.. note:: Since version 0.7, Pint **does not** use eval_ under the hood.
This change removes the `serious security problems`_ that the system is
exposed when parsing information from untrusted sources.
exposed to when parsing information from untrusted sources.
.. _sec-string-formatting: