Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: Fix io.loadmat docstring for mdict param #5768

Merged
merged 2 commits into from Feb 15, 2016

Conversation

jona-sassenhagen
Copy link
Contributor

The docs spell the parameter as m_dict; it is mdict.

Another issue: I think the parameter is weirdly explained. Instead of "Dictionary from which to save matfile variables.", shouldn't it be "Dictionary to which to save matfile variables."?

The docs spell the parameter as `m_dict`; it is `mdict`.

Another issue: I think the parameter is weirdly explained. Instead of "Dictionary from which to save matfile variables.", shouldn't it be "Dictionary to which to save matfile variables."?
@jona-sassenhagen jona-sassenhagen changed the title Doc: Fix io.loadmat docstring for mdict param DOC: Fix io.loadmat docstring for mdict param Jan 27, 2016
@codecov-io
Copy link

@@            master   #5768   diff @@
======================================
  Files          235     235       
  Stmts        43281   43281       
  Branches      8163    8163       
  Methods          0       0       
======================================
  Hit          33609   33609       
  Partial       2598    2598       
  Missed        7074    7074       

Review entire Coverage Diff as of 0b5373a

Powered by Codecov. Updated on successful CI builds.

@matthew-brett
Copy link
Contributor

Thanks for this change.

I'm not sure what you mean about the explanation - the current text is "Dictionary in which to insert matfile variables.", no?

@jona-sassenhagen
Copy link
Contributor Author

Ah - my confusion, sorry. I had mixed this up with io.savemat. Ignore.

@larsmans
Copy link
Contributor

LGTM; but do we want the commits squashed and the question edited out? The version control log isn't really the place for those, they might confuse future developers.

@jona-sassenhagen
Copy link
Contributor Author

Can you squash on master? I'm on my phone right now. Will edit the post later.

@rgommers
Copy link
Member

rgommers commented Feb 2, 2016

Can you squash on master?

you can squash them locally and force-push to the branch you made this PR from.

@rgommers rgommers added scipy.io maintenance Items related to regular maintenance tasks labels Feb 2, 2016
pv added a commit that referenced this pull request Feb 15, 2016
DOC: io: fix io.loadmat docstring for mdict param
@pv pv merged commit 8993c76 into scipy:master Feb 15, 2016
@ev-br ev-br added this to the 0.18.0 milestone Jun 9, 2016
@jona-sassenhagen jona-sassenhagen deleted the patch-1 branch July 15, 2023 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Items related to regular maintenance tasks scipy.io
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants