Skip to content

Commit 816a561

Browse files
Merge pull request #50530 from ShawnKupfer/WB1793
User Feedback 433847: Fix Python syntax per UUF feedback
2 parents 152a77e + a94b04c commit 816a561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn-pr/github/introduction-to-github-copilot/includes/3-interacting-with-copilot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def reverse_string(s):
9292
```
9393

9494
```python
95-
// Function to reverse a string
95+
## Function to reverse a string
9696
def reverse_string(s):
9797
return s[::-1]
9898
```

0 commit comments

Comments
 (0)