about summary refs log tree commit diff homepage
path: root/blog/conseq.md
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-07-03 17:34:28 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-07-03 17:34:28 +0700
commit74ecc540a26b2d4daa8bc180d5c30bfc42833a28 (patch)
tree489a5a470511273ac8418c8e0871905f2b0cbaa5 /blog/conseq.md
parent8f6d0be7e7e0f306f7c6f03edae28d77c6bc3813 (diff)
downloadsite-74ecc540a26b2d4daa8bc180d5c30bfc42833a28.tar.gz
Blog about threa
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: