Skip to content

Commit db97afc

Browse files
committed
Make capitalization of PyMongo consistent
1 parent 4ac61e6 commit db97afc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/platforms/python/guides/pymongo/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: PyMongo
33
description: "Learn about using Sentry with PyMongo."
44
---
55

6-
The Pymongo integration adds support for [Pymongo](https://www.mongodb.com/docs/drivers/pymongo/), the official MongoDB
6+
The PyMongo integration adds support for [PyMongo](https://www.mongodb.com/docs/drivers/pymongo/), the official MongoDB
77
driver. It adds breadcrumbs and performace traces for all queries.
88

99
## Install

src/wizard/python/pymongo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ support_level: production
55
type: library
66
---
77

8-
The Pymongo integration adds support for [Pymongo](https://www.mongodb.com/docs/drivers/pymongo/), the official MongoDB
8+
The PyMongo integration adds support for [PyMongo](https://www.mongodb.com/docs/drivers/pymongo/), the official MongoDB
99
driver. It adds breadcrumbs and performace traces for all queries.
1010

1111
1. Install `sentry-sdk` from PyPI with the `pymongo` extra:

0 commit comments

Comments
 (0)