Skip to content
Snippets Groups Projects

Docstrings

Merged s214735 requested to merge docstrings into main
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline

Files

  • a4a31fe3
    fix · a4a31fe3
    s214735 authored
+ 1
1
@@ -56,7 +56,7 @@ def get_bibtex(doi):
return _log_and_get_text(doi, header)
def custom_header(doi, header):
def custom_header(doi: str, header: str) -> str:
"""Allows a custom header to be passed
Example:
Loading