summaryrefslogtreecommitdiff
path: root/examples/beaker_caching/fixture_data.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/beaker_caching/fixture_data.py')
-rw-r--r--examples/beaker_caching/fixture_data.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/beaker_caching/fixture_data.py b/examples/beaker_caching/fixture_data.py
index 09f020cea..b77bbcb95 100644
--- a/examples/beaker_caching/fixture_data.py
+++ b/examples/beaker_caching/fixture_data.py
@@ -37,7 +37,7 @@ def install():
person = Person(
"person %.2d" % i,
Address(
- street="street %.2d" % i,
+ street="street %.2d" % i,
postal_code=all_post_codes[random.randint(0, len(all_post_codes) - 1)]
)
)