We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70d7d4c commit c6e3d33Copy full SHA for c6e3d33
Tests/iaas/flavor-naming/flavor-names-openstack.py
@@ -135,7 +135,7 @@ class Container:
135
>>>> container = Container()
136
>>>> container.add_function('pi', lambda _: 22/7)
137
>>>> container.add_function('pi_squared', lambda c: c.pi * c.pi)
138
- >>>> assert c.pi_squared == 22/7 * 22/7
+ >>>> assert container.pi_squared == 22/7 * 22/7
139
"""
140
def __init__(self):
141
self._values = {}
0 commit comments