Skip to content

Commit

Permalink
format update for code block
Browse files Browse the repository at this point in the history
  • Loading branch information
ivorb authored Jan 11, 2024
1 parent ee70172 commit 98dde7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Instructions/Exercises/04-code-generation.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Before using in your app, examine how Azure OpenAI can generate and explain code
def multiply(a, b):
result = 0
negative = False
if a < 0 and b > 0:
a = -a
negative = True
Expand Down

0 comments on commit 98dde7b

Please sign in to comment.