We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2cb405 commit c4e9764Copy full SHA for c4e9764
core/output/templates/output_csv.py
@@ -9,7 +9,7 @@
9
from template import Output
10
11
12
-class OutputCsc(Output):
+class OutputCsv(Output):
13
14
def save(self, output_file):
15
super(OutputCsv, self).save(output_file)
0 commit comments