Uh oh!
There was an error while loading. Please reload this page.
readline docs: removing unnecessary section on rl.close() method - #8497
Closed
italoacasas wants to merge 1 commit into
Closed
readline docs: removing unnecessary section on rl.close() method #8497italoacasas wants to merge 1 commit into
italoacasas wants to merge 1 commit into
Conversation
jasnell
commented
Sep 12, 2016
Member
LGTM |
4 similar comments
lpinca
commented
Sep 12, 2016
Member
LGTM |
princejwesley
commented
Sep 12, 2016
Contributor
LGTM |
addaleax
commented
Sep 12, 2016
Member
LGTM |
cjihrig
commented
Sep 12, 2016
Contributor
LGTM |
lpinca
commented
Sep 15, 2016
Member
Landed in 3c23db4. |
lpinca pushed a commit
that referenced
this pull request
Sep 15, 2016
Remove a duplicate sentence from the `rl.close()` method description. PR-URL: #8497 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Fishrock123 pushed a commit
that referenced
this pull request
Oct 11, 2016
Remove a duplicate sentence from the `rl.close()` method description. PR-URL: #8497 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checklist
Affected core subsystem(s)
Description of change
Reading the documentation I notice that we have in the
readline docsa repeated section in therl.close() method