Skip to content

Commit 701d349

Browse files
committed
More doc tweaks
1 parent a6992f9 commit 701d349

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/changelog.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -655,8 +655,8 @@ To work around this, ``future`` now provides a context manager called
655655

656656
.. _whats-new-0.8:
657657

658-
Changes in version 0.8.x
659-
========================
658+
Changes in version 0.8
659+
======================
660660

661661
Python 2.6 support
662662
------------------
@@ -702,7 +702,7 @@ deprecated.
702702
.. _changelog:
703703

704704
Summary of all changes
705-
**********************
705+
======================
706706

707707
v0.14:
708708
* New top-level ``builtins`` package on Py2 for cleaner imports. Equivalent to

docs/futurize_cheatsheet.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. _futurize_cheatsheet:
22

3-
``futurize`` cheat-sheet: automatic conversion from Py2 to Py2&3
3+
``futurize`` quick-start: automatic conversion from Py2 to Py2&3
44
================================================================
55

66
Instructions and notes on converting code from supporting only Python 2 to

docs/standard_library_imports.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ modules in Python 2/3 compatible code. For example, the following clean Python
2626
>>> import tkinter.dialog
2727
>>> etc.
2828

29-
Notice that much Py2/3 compatible code now runs on Python 3 without the
30-
presence of the ``future`` package.
29+
Notice that this code actually runs on Python 3 without the presence of the ``future``
30+
package.
3131

3232

3333
.. _list-standard-library-renamed:

0 commit comments

Comments
 (0)