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

Fix some typos #255

Merged
merged 6 commits into from Sep 13, 2021
Merged

Fix some typos #255

merged 6 commits into from Sep 13, 2021

Conversation

QuLogic
Copy link
Contributor

@QuLogic QuLogic commented Sep 13, 2021

Also use https links where available.

Comment on lines 639 to 642
def init_axis(self, *args, **kwargs):
warnings.warn('Use Plot.init_axes instead of Plot.init_axis',
DeprecationWarning, stacklevel=2)
self.init_axes(*args, **kwargs)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is safe to remove as you've changed the only call site (that I can see), so I'd just go ahead and do that

@ResidentMario ResidentMario merged commit e375fe2 into ResidentMario:master Sep 13, 2021
@QuLogic QuLogic deleted the typo branch September 13, 2021 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants