Skip to content

Commit bf9ed18

Browse files
committed
tweak
1 parent ae87691 commit bf9ed18

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/integrations/fastapi-integration.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -428,11 +428,11 @@ Our application has five routes:
428428

429429
.. step:: Delete Route
430430

431-
Because the ``delete_student`` is acting on a single document, we must
431+
The ``delete_student`` is acting on a single document, so we must
432432
supply an ``id`` in the URL. If we find a matching document and successfully
433-
delete it, then we return an HTTP status of ``204`` or "No Content." In
434-
this case, we do not return a document. If we cannot find a student with the
435-
specified ``id``, then we return a ``404`` error.
433+
delete it, then we return an HTTP status of ``204``, or "No Content," and we
434+
do not return a document. If we cannot find a student with the specified
435+
``id``, then we return a ``404`` error.
436436

437437
.. code-block:: python
438438

@@ -457,7 +457,7 @@ More Resources
457457

458458
For more information about FastAPI integration, see the following resources:
459459

460-
- MongoDB's Full Stack FastAPI App Generator:
460+
- MongoDB's Full Stack FastAPI App Generator
461461
- `Blog post: Introducing the Full Stack FastAPI App Generator for Python Developers <https://www.mongodb.com/blog/post/introducing-full-stack-fast-api-app-generator-for-python-developers>`__
462462
- `Github repository: full-stack-fastapi-mongodb <https://github.com/mongodb-labs/full-stack-fastapi-mongodb>`__
463463
- `Introducing the FARM stack (FastAPI, React and MongoDB) blog post <https://developer.mongodb.com/how-to/FARM-Stack-FastAPI-React-MongoDB>`__

0 commit comments

Comments
 (0)