Skip to content

Commit

Permalink
Merge pull request postmanlabs#65 from josher19/patch-1
Browse files Browse the repository at this point in the history
Update httpbin/core.py
  • Loading branch information
Kenneth Reitz committed Sep 10, 2012
2 parents cfbee2b + 24488f8 commit 15d132f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpbin/core.py
Expand Up @@ -162,7 +162,7 @@ def redirect_n_times(n):

@app.route('/relative-redirect/<int:n>')
def relative_redirect_n_times(n):
"""301 Redirects n times."""
"""302 Redirects n times."""

assert n > 0

Expand Down

0 comments on commit 15d132f

Please sign in to comment.