From 135b872a585d4651cedfb34be71ca03acef8ee07 Mon Sep 17 00:00:00 2001 From: Eddie Hebert Date: Thu, 18 Jul 2013 18:36:42 -0400 Subject: [PATCH] DOC: Fix typo in xslx format name. --- tests/risk/answer_key.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/risk/answer_key.py b/tests/risk/answer_key.py index d5fb671e..e85ed42e 100644 --- a/tests/risk/answer_key.py +++ b/tests/risk/answer_key.py @@ -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.