[mmu] fixed typo in docstring

This commit is contained in:
Anton Lydike 2021-05-22 21:03:56 +02:00
parent c48a5efee3
commit 1bdf2e6efe

View File

@ -49,7 +49,7 @@ class MMU:
def __init__(self, conf: RunConfig):
"""
Create a new MMU, respeccting the active RunConfiguration
Create a new MMU, respecting the active RunConfiguration
:param conf: The config to respect
"""