1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 17:15:35 +00:00

Fix typos discovered by codespell

This commit is contained in:
Christian Clauss
2021-09-05 08:35:59 +02:00
committed by Jair Henrique
parent cd72278062
commit e05ebca5e5
4 changed files with 4 additions and 4 deletions

View File

@@ -314,7 +314,7 @@ class VCRConnection:
def __setattr__(self, name, value):
"""
We need to define this because any attributes that are set on the
VCRConnection need to be propogated to the real connection.
VCRConnection need to be propagated to the real connection.
For example, urllib3 will set certain attributes on the connection,
such as 'ssl_version'. These attributes need to get set on the real