Skip to content

Commit 883c0d9

Browse files
committed
Edited comment for clarity
1 parent 9da9b2d commit 883c0d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ import datashader.transfer_functions as tf
266266
import io
267267
import base64
268268

269-
# Get PIL Image and convert it into a JSON Serializable format
269+
# Get PIL Image and convert it into a unicode string (for JSON serializability)
270270
img = tf.shade(agg, cmap=fire)[::-1].to_pil()
271271
buffer = io.BytesIO()
272272
img.save(buffer, format='PNG')

0 commit comments

Comments
 (0)