DOC: Fix typo in xslx format name.

This commit is contained in:
Eddie Hebert
2013-07-18 18:36:42 -04:00
parent 575e45ab4e
commit 135b872a58
+2 -2
View File
@@ -67,8 +67,8 @@ def ensure_latest_answer_key():
The xls answer sheet is not kept in SCM, because its size is on the order
of 20MB, and every edit would increase the repo size.
xlsl and ods have smaller outputs and could be more friendly to SCM, but:
- not using xlsl, because currently the xlsl that is generated by
xlsx and ods have smaller outputs and could be more friendly to SCM, but:
- not using xlsx, because currently the xlsx that is generated by
LibreOffice is not readable by the xldr module.
- not using ods, because of the lack of a module as facile as xldr for
extracting the data from the ods format.