cpython: 907b13eb24d0 (original) (raw)
Mercurial > cpython
changeset 101310:907b13eb24d0 2.7
fix indentation of comments in cellobject.c (closes #27011) [#27011]
Benjamin Peterson benjamin@python.org | |
---|---|
date | Thu, 12 May 2016 23:12:21 -0700 |
parents | 0b15b5371c07 |
children | 5f46ecaf8c6e |
files | Objects/cellobject.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-)[+] [-] Objects/cellobject.c 6 |
line wrap: on
line diff
--- a/Objects/cellobject.c +++ b/Objects/cellobject.c @@ -116,8 +116,8 @@ PyTypeObject PyCell_Type = { "cell", sizeof(PyCellObject), 0,