summaryrefslogtreecommitdiff
path: root/Objects/genericaliasobject.c
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2021-10-03 20:03:49 +0300
committerGitHub <noreply@github.com>2021-10-03 20:03:49 +0300
commit93242d7a2ad8c22f72ff84b63ed9046d32f6aa8e (patch)
tree7d119733b0de07024169d68ac5af8ac63422023f /Objects/genericaliasobject.c
parent5ba61f488da2e092a81c3d126c5827dad6ab2006 (diff)
downloadcpython-git-93242d7a2ad8c22f72ff84b63ed9046d32f6aa8e.tar.gz
[3.10] Remove trailing spaces (GH-28709)
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 e36e0c0347..dbe5d89b73 100644
--- a/Objects/genericaliasobject.c
+++ b/Objects/genericaliasobject.c
@@ -578,7 +578,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) {