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

Spelling fixes

This commit is contained in:
Ville Skyttä
2021-08-16 06:56:36 +03:00
parent d4927627c3
commit 678d56f608
6 changed files with 24 additions and 24 deletions

View File

@@ -3,7 +3,7 @@ from enum import Enum
class RecordMode(str, Enum):
"""
Configues when VCR will record to the cassette.
Configures when VCR will record to the cassette.
Can be declared by either using the enumerated value (`vcr.mode.ONCE`)
or by simply using the defined string (`once`).