Skip to content

Commit 7637ad2

Browse files
committed
Update generate_graph_objects_docs.py
1 parent 1d02ccf commit 7637ad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate_graph_objects_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def generate_class_page(self, class_name: str, class_obj: Any) -> Path:
164164
file_path.parent.mkdir(parents=True, exist_ok=True)
165165

166166
# Generate content
167-
content = f"# {parts[-1]}\n\n"
167+
content = f"# {class_name}\n\n"
168168

169169
# Check if this is a deprecated class
170170
class_short_name = parts[-1]

0 commit comments

Comments
 (0)