Skip to content

Commit 0fcfc17

Browse files
committed
Final QA
1 parent 69b3dda commit 0fcfc17

6 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

how-to-use-claude-api-in-python/structured_output_1.py renamed to claude-api-python/structured_output_1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
result = json.loads(response.content[0].text)
3434

35-
print("--- Approach 1: Hand-written JSON schema ---")
35+
print("--- Approach 1: Handwritten JSON schema ---")
3636
print(f"Function: {result['function_name']}")
3737
print(f"\nCode:\n{result['code']}")
3838
print(f"\nExplanation: {result['explanation']}")
File renamed without changes.

0 commit comments

Comments
 (0)