Skip to content

Commit

Permalink
Fix a typo (Azure#14792)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiasli authored Nov 9, 2020
1 parent 5d14d0a commit 244ec1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/core/azure-core/azure/core/pipeline/policies/_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class SansIOHTTPPolicy(Generic[HTTPRequestType, HTTPResponseType]):
"""Represents a sans I/O policy.
SansIOHTTPPolicy is a base class for policies that only modify or
mutate a request based on the HTTP specification, and do no depend
mutate a request based on the HTTP specification, and do not depend
on the specifics of any particular transport. SansIOHTTPPolicy
subclasses will function in either a Pipeline or an AsyncPipeline,
and can act either before the request is done, or after.
Expand Down

0 comments on commit 244ec1a

Please sign in to comment.