ZahirJS commited on
Commit
457337e
·
verified ·
1 Parent(s): 8845dfd

Update class_diagram_generator.py

Browse files
Files changed (1) hide show
  1. class_diagram_generator.py +1 -1
class_diagram_generator.py CHANGED
@@ -333,7 +333,7 @@ def generate_class_diagram(json_input: str, output_format: str) -> str:
333
  }
334
 
335
  Returns:
336
- str: The filepath to the generated PNG image file.
337
  """
338
  try:
339
  if not json_input.strip():
 
333
  }
334
 
335
  Returns:
336
+ str: The filepath to the generated image file.
337
  """
338
  try:
339
  if not json_input.strip():