1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

Update usage.rst

"i.e." is misleading because it means "in other words". In the context of this paragraph, "i.e." implies that "unexpected requests" are those that have a different URI.
I think a URI change is just one example of what could constitute an "unexpected" request. vcr does request matching based on method, port, body, etc.
So, I think "e.g." which means "for example" is the right phrase in this context.
This commit is contained in:
Mikaeil Orfanian
2017-07-01 12:52:28 +02:00
committed by Kevin McCarthy
parent 47ccddafee
commit 0a3aaddca2

View File

@@ -57,7 +57,7 @@ once
file.
It is similar to the new\_episodes record mode, but will prevent new,
unexpected requests from being made (i.e. because the request URI
unexpected requests from being made (e.g. because the request URI
changed).
once is the default record mode, used when you do not set one.