Skip to content

Commit

Permalink
typeo
Browse files Browse the repository at this point in the history
  • Loading branch information
francis-a committed Oct 25, 2018
1 parent ced5953 commit 3d3706b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion githubcommit/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def put(self):
# open pull request
try:
github_url = "https://api.github.com/repos/{}/pulls".format(git_repo_upstream)
github_pr = {9
github_pr = {
"title":"{} Notebooks".format(git_user),
"body":"IPython notebooks submitted by {}".format(git_user),
"head":"{}:{}".format(git_user, git_remote),
Expand Down

0 comments on commit 3d3706b

Please sign in to comment.