Skip to content

Commit 1fa14c1

Browse files
sulunemrejgbarah
authored andcommitted
Fix typo
1 parent 5e6ac61 commit 1fa14c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

perceval/github.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@ args = parser.parse_args()
234234

235235
# create a Git object, pointing to repo_url, using repo_dir for cloning
236236
repo = GitHub(owner=owner, repository=repo, api_token=args.token)
237-
# fetch all issues/pull requests as an iteratoir, and iterate it printing
238-
# their number, and whether they are issues or pull requessts
237+
# fetch all issues/pull requests as an iterator, and iterate it printing
238+
# their number, and whether they are issues or pull requests
239239
for item in repo.fetch():
240240
if 'pull_request' in item['data']:
241241
kind = 'Pull request'

0 commit comments

Comments
 (0)