mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-10 11:33:01 +00:00
Minor formatting change
This commit is contained in:
@@ -63,7 +63,7 @@ class ScopeTableGenerator:
|
|||||||
description = self.scopes[scopename]['description']
|
description = self.scopes[scopename]['description']
|
||||||
meta_description = self.scopes[scopename].get('metadescription', '')
|
meta_description = self.scopes[scopename].get('metadescription', '')
|
||||||
if meta_description:
|
if meta_description:
|
||||||
description = description.rstrip('.') + f" __({meta_description})__."
|
description = description.rstrip('.') + f" _({meta_description})_."
|
||||||
table_row = [f"{md_indent*depth}`{scopename}`", description]
|
table_row = [f"{md_indent*depth}`{scopename}`", description]
|
||||||
table_rows.append(table_row)
|
table_rows.append(table_row)
|
||||||
for subscope in scope_pairs[scopename]:
|
for subscope in scope_pairs[scopename]:
|
||||||
|
Reference in New Issue
Block a user