diff --git a/README.md b/README.md index 8187e48..694016f 100644 --- a/README.md +++ b/README.md @@ -554,7 +554,7 @@ def get_multiplier(a): ``` * **If multiple nested functions within enclosing function reference the same value, that value gets shared.** -* **To dynamicaly acces functions first free variable use `'.__closure__[0].cell_contents`'.** +* **To dynamicaly acces functions first free variable use `'.__closure__[0].cell_contents'`.** #### Or: ```python