From d0dc29b65a9806ae08e643a5c485e10812640ab3 Mon Sep 17 00:00:00 2001 From: Seth Falco Date: Tue, 7 Dec 2021 12:46:08 +0100 Subject: [PATCH] typo: stackoverflow > stack overflow --- .github/ISSUE_TEMPLATE/question.md | 2 +- sherlock/sherlock.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index b8a0db3..07cc2ee 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -25,7 +25,7 @@ Make sure complete everything in the checklist. - [ ] My question is not a tech support question. **We are not your tech support**. -If you have questions related to `pip`, `git`, or something that is not related to Sherlock, please ask them on [StackOverflow](https://stackoverflow.com/) or [r/learnpython](https://www.reddit.com/r/learnpython/) +If you have questions related to `pip`, `git`, or something that is not related to Sherlock, please ask them on [Stack Overflow](https://stackoverflow.com/) or [r/learnpython](https://www.reddit.com/r/learnpython/) ## Question diff --git a/sherlock/sherlock.py b/sherlock/sherlock.py index b0051fc..0eac782 100644 --- a/sherlock/sherlock.py +++ b/sherlock/sherlock.py @@ -37,7 +37,7 @@ class SherlockFuturesSession(FuturesSession): This extends the FuturesSession request method to calculate a response time metric to each request. - It is taken (almost) directly from the following StackOverflow answer: + It is taken (almost) directly from the following Stack Overflow answer: https://github.com/ross/requests-futures#working-in-the-background Keyword Arguments: