1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-26 05:02:58 +00:00

removed types from docstrings now that we have type annotations.

note, the return value still needs to be in there.
This commit is contained in:
Bastian Venthur
2022-09-01 10:51:32 +02:00
parent f59a648779
commit 875fd85d65
4 changed files with 40 additions and 32 deletions

View File

@@ -54,12 +54,14 @@ def convert_markdown(
Parameters
----------
md : markdown.Markdown instance
markdown : str
md
the Markdown instance
markdown
the markdown text that should be converted
Returns
-------
str, dict[str, str] :
str, dict[str, str]
html and metadata
"""