Fixed a typo in the code of the golang tutorial

Closes #207
pull/214/head
Ashley Whetter 4 years ago
parent da8a0d8609
commit efe815c1df

@ -33,6 +33,8 @@ Bug Fixes
Trivial/Internal Changes Trivial/Internal Changes
^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^
* black shows diffs by default * black shows diffs by default
* `#207 <https://github.com/readthedocs/sphinx-autoapi/issues/207>`:
Fixed a typo in the code of the golang tutorial.
v1.3.0 (2020-04-05) v1.3.0 (2020-04-05)
------------------- -------------------

@ -119,7 +119,7 @@ we need to add it to the list of extensions in Sphinx's ``conf.py`` file
with the Go domain extension:: with the Go domain extension::
extensions = [ extensions = [
'sphinxcontrib_golangdomain', 'sphinxcontrib.golangdomain',
'autoapi.extension', 'autoapi.extension',
] ]

Loading…
Cancel
Save