Skip to content

Commit 62d3de5

Browse files
committed
Fix encoding line
1 parent 90f7d50 commit 62d3de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/user_interfaces/svg_histogram.py

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
2-
#-*-encoding:utf8-*-
2+
#-*- encoding:utf-8 -*-
33

44
"""
55
Demonstrate how to create an interactive histogram, in which bars

0 commit comments

Comments
 (0)