Update pytudes.py

This commit is contained in:
Peter Norvig
2021-07-16 13:53:25 -07:00
committed by GitHub
parent 86ba6f12db
commit d42c13eacb

View File

@@ -28,7 +28,7 @@ def pys(*pyfiles):
def py(url, description, doc=''):
"""Make a markdown table entry for a .py file."""
if doc: doc = f'[documentation]({doc})'
return f'|[{url}](/blob/main/py/{url})|*{description}*|{doc}|'
return f'|[{url}](/py/{url})|*{description}*|{doc}|'
body = f"""