From c1120ca3d546aa0af7f021b4c204d3b7a971b704 Mon Sep 17 00:00:00 2001 From: user2589 Date: Sun, 26 Jul 2020 22:13:21 -0400 Subject: [PATCH] docs: fix typo --- stscraper/github.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stscraper/github.py b/stscraper/github.py index a1d207f..bd0d86d 100644 --- a/stscraper/github.py +++ b/stscraper/github.py @@ -340,7 +340,7 @@ def v4(self, query, object_path=(), **params): object: parsed object, query-specific This method always returns an iterator, so normally you just throw it - straint into a loop: + straight into a loop: >>> followers = GitHubAPIv4().v4(''' ... query ($user: String!, $cursor: String) {