Added space between # and first heading in python_api.md

This commit is contained in:
Daniel 2024-07-24 18:35:25 +02:00 committed by Daraan
parent fd8d6122dd
commit a74476e9eb
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#Python API reference
# Python API reference
This reference contains all the details the Python API. To consult a previous reference for a specific CARLA release, change the documentation version using the panel in the bottom right corner.<br>This will change the whole documentation to a previous state. Remember that the <i>latest</i> version is the `dev` branch and may show features not available in any packaged versions of CARLA.<hr>
## carla.AckermannControllerSettings<a name="carla.AckermannControllerSettings"></a>

View File

@ -75,7 +75,7 @@ class MarkdownFile:
def first_title(self):
self._data = join([
self._data, '#Python API reference\n'])
self._data, '# Python API reference\n'])
def title(self, strongness, buf):
self._data = join([