Skip to content

Commit 03791ef

Browse files
scubaninjaCopilot
andauthored
Update Using-GitHub-Copilot-with-Python/README.md
Co-authored-by: Copilot <[email protected]>
1 parent 73cfcaf commit 03791ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Using-GitHub-Copilot-with-Python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ The output should be similar to this:
126126

127127
Review the suggestions from Copilot and verify the output. In this instance we combined both the slash command ability and the inline chat feature.**Note:** It is important to always verify the output from Copilot.
128128

129-
5. After generating the `/checksum` endpoint code, you can explore a bit further with Copilot. Here are a few other suggestions that you could try, open inline chat and type (or copy) the following:
129+
5. After generating the `/checksum` endpoint code, you can explore a bit further with Copilot. Try the following suggestions:
130130

131131
```python
132132
Enhance the checksum endpoint to accept a 'hash_type' parameter that can be 'md5', 'sha1', or 'sha256'

0 commit comments

Comments
 (0)