summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGuido Imperiale <crusaderky@gmail.com>2019-12-04 16:44:56 +0000
committerGuido Imperiale <crusaderky@gmail.com>2019-12-04 16:44:56 +0000
commit50285dc969e6859f758ef1ef62ceb276c08c9d0c (patch)
tree73ae3681cd0070b500dd0287c0f7bd37dd91f965 /docs
parent6502c7a138d32fc2f2c275cc84e2666a58d33d2d (diff)
downloadpint-50285dc969e6859f758ef1ef62ceb276c08c9d0c.tar.gz
Remove metaclass backport
Diffstat (limited to 'docs')
-rw-r--r--docs/tutorial.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/tutorial.rst b/docs/tutorial.rst
index 2894c0b..b035b10 100644
--- a/docs/tutorial.rst
+++ b/docs/tutorial.rst
@@ -336,10 +336,6 @@ LaTeX representations:
>>> 'The HTML representation is {:H}'.format(accel)
'The HTML representation is 1.3 meter/second<sup>2</sup>'
-.. note::
- In Python 2, run ``from __future__ import unicode_literals``
- or prefix pretty formatted strings with `u` to prevent ``UnicodeEncodeError``.
-
If you want to use abbreviated unit names, prefix the specification with `~`:
.. doctest::