Made comment for getprogramname() more helpful.

This commit is contained in:
Guido van Rossum 1996-06-20 16:49:26 +00:00
parent be32c8921c
commit 8026febbd6
1 changed files with 2 additions and 1 deletions

View File

@ -219,7 +219,8 @@ main(argc, argv)
}
/* Return the program name -- some code out there needs this. */
/* Return the program name -- some code out there needs this
(currently _tkinter.c and importdl.c). */
char *
getprogramname()