Skip to content

Commit a94b04c

Browse files
author
gitName
committed
User Feedback 433847: Fix Python syntax per UUF feedback
1 parent bd62256 commit a94b04c

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)