Skip to content

Commit 19c8275

Browse files
committed
feat: update chapter(s)
1 parent 5001441 commit 19c8275

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/chapter-2/203.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ If you still do not see a suggestion from Copilot, try pressing `<CTRL>+Enter` (
7575
If you saw the suggestion, like above, from Copilot, then you need to just press `<Tab>` to accept Copilot’s suggestion. Once you do this, the suggestion that was previously in light gray italics should now be in a standard font like below:
7676

7777
```python
78-
# output "Hello Copilot" to the screen #A
79-
print("Hello Copilot") #B
78+
# output "Hello Copilot" to the screen
79+
print("Hello Copilot")
8080
```
8181

8282

0 commit comments

Comments
 (0)