From a7fb3984ba3f811c8980ce7bf2e421227e1f5aac Mon Sep 17 00:00:00 2001 From: sezanzeb Date: Fri, 5 Feb 2021 12:59:29 +0100 Subject: [PATCH] Fixed a docstring --- keymapper/mapping.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keymapper/mapping.py b/keymapper/mapping.py index ef72449b..8423456f 100644 --- a/keymapper/mapping.py +++ b/keymapper/mapping.py @@ -107,7 +107,7 @@ class Mapping(ConfigBase): If not set, will not remove any previous mapping. If you recently used (1, 10, 1) for new_key and want to overwrite that with - (1, 11, 1), provide (1, 5, 1) here. + (1, 11, 1), provide (1, 10, 1) here. """ if not isinstance(new_key, Key): raise TypeError(f'Expected {new_key} to be a Key object')