Skip to content

Commit d9e382c

Browse files
committed
Fix stuff
1 parent d155c43 commit d9e382c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,8 @@ Before a release, version tags are created using ``git config --global user.sign
249249

250250
Releases are done by running either ``build.sh`` or ``build.bat``. These are bash and batch scripts, respectively, that automatically build Python source packages and `Python Wheels <http://pythonwheels.com/>`__, then upload them to PyPI.
251251

252-
### Testing
252+
Testing
253+
~~~~~~~
253254

254255
To run all the tests:
255256

@@ -269,7 +270,8 @@ Testing is also done automatically by TravisCI. To set up the environment for of
269270
flake8 --ignore=E501,E701 speech_recognition # ignore errors for long lines and multi-statement lines
270271
rstcheck README.rst reference/*.rst # ensure RST is well-formed
271272
272-
### FLAC Executables
273+
FLAC Executables
274+
~~~~~~~~~~~~~~~~
273275

274276
The included ``flac-win32`` executable is the `official FLAC 1.3.1 32-bit Windows binary <http://downloads.xiph.org/releases/flac/flac-1.3.1-win.zip>`__.
275277

0 commit comments

Comments
 (0)