Skip to content
Prev Previous commit
Next Next commit
Fixed typo
  • Loading branch information
annatisch committed Jul 25, 2019
commit c85c2dc867bf16ffba656971788a8b7ba138b5f4
2 changes: 1 addition & 1 deletion sdk/core/azure-core/azure/core/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
from azure.core.pipeline.transport.base import _HttpResponseBase


def _get_status_code(resonse):
def _get_status_code(response):
# type: (_HttpResponseBase) -> int
try:
return response.status_code # Requests
Expand Down