diff --git a/httpbin/core.py b/httpbin/core.py index c13f3392..ad7c5161 100644 --- a/httpbin/core.py +++ b/httpbin/core.py @@ -162,7 +162,7 @@ def redirect_n_times(n): @app.route('/relative-redirect/') def relative_redirect_n_times(n): - """301 Redirects n times.""" + """302 Redirects n times.""" assert n > 0