diff options
Diffstat (limited to 'devel/py-vcrpy/pkg-descr')
-rw-r--r-- | devel/py-vcrpy/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-vcrpy/pkg-descr b/devel/py-vcrpy/pkg-descr index 1d01e0dbcf38..8b7c58a74b87 100644 --- a/devel/py-vcrpy/pkg-descr +++ b/devel/py-vcrpy/pkg-descr @@ -4,7 +4,7 @@ function, VCR.py records all HTTP interactions that take place through the libraries it supports and serializes and writes them to a flat file (in yaml format by default). This flat file is called a cassette. -When the relevant peice of code is executed again, VCR.py will read the +When the relevant piece of code is executed again, VCR.py will read the serialized requests and responses from the aforementioned cassette file, and intercept any HTTP requests that it recognizes from the original test run and return the responses that corresponded to those requests. This |