about summary refs log tree commit diff homepage
path: root/blog/conseq.md
diff options
context:
space:
mode:
Diffstat (limited to 'blog/conseq.md')
-rw-r--r--blog/conseq.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/conseq.md b/blog/conseq.md
index eadc970..c4d98ad 100644
--- a/blog/conseq.md
+++ b/blog/conseq.md
@@ -66,7 +66,7 @@ but since we will only evaluate the first few terms
 8
 ```
 
-@@colbox-blue
+@@note
 The `fibo_seq` above is just to demonstrate how `itertools.count`
 can be use to create an infinite sequence defined by a function.
 For better performance, this should be used instead: