mirror of
https://github.com/enzet/map-machine.git
synced 2025-07-30 23:00:25 +02:00
Fix documentation.
This commit is contained in:
parent
c7811a3218
commit
b2a071b4b3
6 changed files with 10 additions and 16 deletions
|
@ -36,9 +36,7 @@ class WikiTable:
|
|||
self.page_name: str = page_name
|
||||
|
||||
def generate_wiki_table(self) -> tuple[str, list[Icon]]:
|
||||
"""
|
||||
Generate Röntgen icon table for the OpenStreetMap wiki page.
|
||||
"""
|
||||
"""Generate Röntgen icon table for the OpenStreetMap wiki page."""
|
||||
icons: list[Icon] = []
|
||||
text: str = '{| class="wikitable"\n'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue