From a67cf84e88186c3cf6e541040ddb1e94df1dba98 Mon Sep 17 00:00:00 2001 From: Anurag Saxena Date: Wed, 2 Sep 2020 15:20:36 -0400 Subject: [PATCH] Fix spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49051b5051..add454fde2 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ raise ValueError() # Will also create an event. ``` - To learn more about how to use the SDK [refer to our docs](https://docs.sentry.io/platforms/python/) -- Are you coming from raven-python? [Use this cheatcheet](https://docs.sentry.io/platforms/python/migration/) +- Are you coming from raven-python? [Use this cheatsheet](https://docs.sentry.io/platforms/python/migration/) - To learn about internals use the [API Reference](https://getsentry.github.io/sentry-python/) # Contributing to the SDK