Skip to content

Comments

[3.7] Fix spacing in docs for tarfile (GH-20629)#20632

Merged
miss-islington merged 1 commit intopython:3.7from
miss-islington:backport-7a28019-3.7
Jun 4, 2020
Merged

[3.7] Fix spacing in docs for tarfile (GH-20629)#20632
miss-islington merged 1 commit intopython:3.7from
miss-islington:backport-7a28019-3.7

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 6bfbe77 into python:3.7 Jun 4, 2020
@miss-islington miss-islington deleted the backport-7a28019-3.7 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