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

docstring: rename _nest method #221

Merged
merged 1 commit into from
Nov 19, 2023
Merged

Conversation

stephanlachnit
Copy link
Contributor

Currently, the Docstring class has a _nest member variable for the current nesting level, and a _nest method to nest some lines. This commit changes the _nest method to _nest_lines to avoid duplicate symbols.

Currently, the `Docstring` class has a `_nest` member variable for the current nesting level, and a `_nest` method to nest some lines. This commit changes the `_nest` method to `_nest_lines` to avoid duplicate symbols.

Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>
@jnikula
Copy link
Owner

jnikula commented Nov 19, 2023

That's indeed a bit confusing, thanks!

@jnikula jnikula merged commit 32ab183 into jnikula:master Nov 19, 2023
5 checks passed
@jnikula
Copy link
Owner

jnikula commented Nov 19, 2023

Oh, already merged, and it's not documented anywhere, but for future reference I'd prefer the commit messages to be word wrapped to something like 72 chars.

@stephanlachnit stephanlachnit deleted the p-rename-nest branch November 19, 2023 11:14
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