[med-svn] [python-mne] 93/353: fix docstring
Yaroslav Halchenko
debian at onerussian.com
Fri Nov 27 17:24:36 UTC 2015
This is an automated email from the git hooks/post-receive script.
yoh pushed a commit to tag 0.4
in repository python-mne.
commit a180543ff0f91af59bc52d47df042a72dd64932a
Author: Alexandre Gramfort <alexandre.gramfort at inria.fr>
Date: Wed Feb 29 17:59:38 2012 +0100
fix docstring
---
mne/fiff/write.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mne/fiff/write.py b/mne/fiff/write.py
index 7e7c983..0ffa5b7 100644
--- a/mne/fiff/write.py
+++ b/mne/fiff/write.py
@@ -88,7 +88,7 @@ def write_float_matrix(fid, kind, mat):
def write_int_matrix(fid, kind, mat):
- """Writes a single-precision floating-point matrix tag"""
+ """Writes integer 32 matrix tag"""
FIFFT_INT = 3
FIFFT_MATRIX = 1 << 30
FIFFT_MATRIX_INT = FIFFT_INT | FIFFT_MATRIX
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-mne.git
More information about the debian-med-commit
mailing list