Skip to content

Conversation

@gr1seo
Copy link

@gr1seo gr1seo commented Nov 29, 2025

Use the same indentation size (4 spaces) for python code snippets, and remove the misplaced newline.

@Rowlando13
Copy link
Collaborator

How did you discover this? Did you use some tool? Seems like adjusting spaces in random files.

@gr1seo
Copy link
Author

gr1seo commented Nov 30, 2025

I found missing indentation in the Utilities section under Finding Application Folders. After fixing it, I rechecked the docs using these regexes:

^\.\. click\:(?:example|run)\:\:\n{1,2}^(?: {1,3}| {5,7}| {9,11}| {13,15})[\w@]
^```python\n{1,2}^ {1,}[\w@] (added after an additional recheck following your comment, second commit 😅)
^(?:```python|\:caption\:.*\.py)\n{1,2}^(?: {1,3}| {5,7}| {9,11}| {13,15})[\w@]
^ *(?:class|def|with|for|while|if|elif|else).*?\:\n{1,2}(?: {0,3}| {5,7}| {9,11}| {13,15})[\w@]

I also reviewed the files with visible spaces enabled. The fix was done manually, without any tools, just the IDE’s find functionality.

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.

2 participants