Improve PEP 294 markup
This commit is contained in:
parent
c7a746ddea
commit
2e6c3886d1
|
@ -42,7 +42,7 @@ benefit.
|
|||
|
||||
Instead, the problem that some internal types (frames, functions,
|
||||
etc.) don't live anywhere outside those modules may be addressed by
|
||||
either adding them to `__builtin__` or sys. This will provide a
|
||||
either adding them to ``__builtin__`` or sys. This will provide a
|
||||
smoother transition to Python 3.0.
|
||||
|
||||
|
||||
|
@ -92,8 +92,8 @@ to discourage their use in new code.
|
|||
Reference Implementation
|
||||
========================
|
||||
|
||||
A reference implementation is available in bpo #569328:
|
||||
`<http://bugs.python.org/issue569328>`_
|
||||
A reference implementation is available in
|
||||
`issue #569328 <https://bugs.python.org/issue569328>`_.
|
||||
|
||||
|
||||
Copyright
|
||||
|
@ -101,9 +101,6 @@ Copyright
|
|||
|
||||
This document has been placed in the public domain.
|
||||
|
||||
|
||||
|
||||
|
||||
..
|
||||
Local Variables:
|
||||
mode: indented-text
|
||||
|
|
Loading…
Reference in New Issue