Skip to content

[3.8] Fix spacing in docs for tarfile (GH-20629) #20631

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 1 commit into from
Jun 4, 2020

Conversation

miss-islington
Copy link
Contributor

Before

content.txt is 42 bytes in size and isa regular file.
folder is 420 bytes in size and isa directory.
magic is 4200 bytes in size and issomething else.

After:

content.txt is 42 bytes in size and is a regular file.
folder is 420 bytes in size and is a directory.
magic is 4200 bytes in size and is something else.

Automerge-Triggered-By: @orsenthil
(cherry picked from commit 7a28019)

Co-authored-by: Harsha Laxman [email protected]

Before
```
content.txt is 42 bytes in size and isa regular file.
folder is 420 bytes in size and isa directory.
magic is 4200 bytes in size and issomething else.
```

After:
```
content.txt is 42 bytes in size and is a regular file.
folder is 420 bytes in size and is a directory.
magic is 4200 bytes in size and is something else.
```

Automerge-Triggered-By: @orsenthil
(cherry picked from commit 7a28019)

Co-authored-by: Harsha Laxman <[email protected]>
@miss-islington
Copy link
Contributor Author

@HarshaLaxman: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit c935b33 into python:3.8 Jun 4, 2020
@miss-islington miss-islington deleted the backport-7a28019-3.8 branch June 4, 2020 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip issue skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants