summaryrefslogtreecommitdiff
path: root/pyeclib/core.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyeclib/core.py')
-rw-r--r--pyeclib/core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyeclib/core.py b/pyeclib/core.py
index 3fbbcd3..4c3d3a5 100644
--- a/pyeclib/core.py
+++ b/pyeclib/core.py
@@ -122,7 +122,7 @@ class ECPyECLibDriver(object):
return required_fragments
def min_parity_fragments_needed(self):
- """ FIXME - fix this to return a function of HD """
+ """FIXME - fix this to return a function of HD"""
return 1
def get_metadata(self, fragment, formatted=0):