summaryrefslogtreecommitdiffstats
path: root/Objects/genericaliasobject.c
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2021-08-09 18:32:54 (GMT)
committerGitHub <noreply@github.com>2021-08-09 18:32:54 (GMT)
commit058fb35b57ca8c5063d16ec818e668b3babfea65 (patch)
tree7c476bb7c59e65a9e8c83ca633068be3f14a1975 /Objects/genericaliasobject.c
parent7d14fdb03c3e8384c01da1b21647ce837ed6a29c (diff)
downloadcpython-058fb35b57ca8c5063d16ec818e668b3babfea65.zip
cpython-058fb35b57ca8c5063d16ec818e668b3babfea65.tar.gz
cpython-058fb35b57ca8c5063d16ec818e668b3babfea65.tar.bz2
bpo-44854: Remove trailing whitespaces (GH-27689)
Diffstat (limited to 'Objects/genericaliasobject.c')
-rw-r--r--Objects/genericaliasobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/genericaliasobject.c b/Objects/genericaliasobject.c
index dda53cb..38b68e4 100644
--- a/Objects/genericaliasobject.c
+++ b/Objects/genericaliasobject.c
@@ -576,7 +576,7 @@ static PyGetSetDef ga_properties[] = {
};
/* A helper function to create GenericAlias' args tuple and set its attributes.
- * Returns 1 on success, 0 on failure.
+ * Returns 1 on success, 0 on failure.
*/
static inline int
setup_ga(gaobject *alias, PyObject *origin, PyObject *args) {