Skip to content

Commit 73cfcaf

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

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
@@ -104,7 +104,7 @@ The output should be similar to this:
104104
<img src="./images/004pydanticmodel.jpg" alt="Create a Pydantic model" width="500" height="300">
105105
</div>
106106

107-
2. Now we want to use the inline feature of Copilot. When using the inline feature we can focus on the code in front of us and make progressive changes in our code base. Next, we are going to generate a new endpoint at the bottom of the `main.py` file. Place your cursor under the last route that was created and prest `CTRL + I` to open inline chat. Type or copy in the following text:
107+
2. Now we want to use the inline feature of Copilot. When using the inline feature we can focus on the code in front of us and make progressive changes in our code base. Next, we are going to generate a new endpoint at the bottom of the `main.py` file. Place your cursor under the last route that was created and press `CTRL + I` to open inline chat. Type or copy in the following text:
108108

109109
```python
110110
# Create a FastAPI endpoint that accepts a POST request with a JSON body containing a single field called "text" and returns a checksum of the text

0 commit comments

Comments
 (0)