Skip to content

Commit 28f22d4

Browse files
committed
doc: Fix underline-too-short warnings.
1 parent 62c1627 commit 28f22d4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/faq.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ fewer compatibility hacks.
234234

235235

236236
What is the relationship between ``python-future`` and ``python-modernize``?
237-
-----------------------------------------------------------------------
237+
----------------------------------------------------------------------------
238238

239239
``python-future`` contains, in addition to the ``future`` compatibility
240240
package, a ``futurize`` script that is similar to ``python-modernize.py``
@@ -257,7 +257,7 @@ Platform and version support
257257
.. _supported-versions:
258258

259259
Which versions of Python does ``python-future`` support?
260-
-------------------------------------------------
260+
--------------------------------------------------------
261261

262262
Python 2.6, 2.7, and 3.3+ only.
263263

@@ -289,7 +289,7 @@ and pull requests are welcome!
289289

290290

291291
Do you support IronPython and/or Jython?
292-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
292+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
293293

294294
Not sure. This would be nice...
295295

docs/pasteurize.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _backwards-conversion:
22

33
Pasteurize: 3 to both
4-
--------------------
4+
---------------------
55

66
Running ``pasteurize -w mypy3module.py`` turns this Python 3 code::
77

0 commit comments

Comments
 (0)