Skip to content

DOC: Typo fix in ordered_merge warning #14271

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

Merged
merged 4 commits into from
Sep 22, 2016

Conversation

jerenrich
Copy link
Contributor

No description provided.

@jerenrich jerenrich changed the title Typo fix in ordered_merge warning DOC: Typo fix in ordered_merge warning Sep 21, 2016
@codecov-io
Copy link

codecov-io commented Sep 21, 2016

Current coverage is 85.25% (diff: 100%)

Merging #14271 into master will increase coverage by <.01%

@@             master     #14271   diff @@
==========================================
  Files           140        140          
  Lines         50568      50579    +11   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits          43112      43123    +11   
  Misses         7456       7456          
  Partials          0          0          

Powered by Codecov. Last update a7469cf...64e97d6

@@ -146,7 +146,7 @@ def ordered_merge(left, right, on=None,
left_by=None, right_by=None,
fill_method=None, suffixes=('_x', '_y')):

warnings.warn("ordered_merge is deprecated and replace by merged_ordered",
warnings.warn("ordered_merge is deprecated and replace by merge_ordered",
Copy link
Member

Choose a reason for hiding this comment

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

Can you also change 'replace' to 'replaced' ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks, this is done.

@jorisvandenbossche jorisvandenbossche added this to the 0.19.0 milestone Sep 21, 2016
@jorisvandenbossche jorisvandenbossche merged commit d9e51fe into pandas-dev:master Sep 22, 2016
@jorisvandenbossche
Copy link
Member

@jerenrich Thanks!

@jerenrich jerenrich deleted the TypoFix branch September 24, 2016 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants