Skip to content

Commit e1b2aaa

Browse files
author
bstorm
committed
add all authors
1 parent 06efb03 commit e1b2aaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

adafruit_imageload/pnm/ppm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
Load pixel values (indices or colors) into a bitmap and for a binary ppm,
2727
return None for pallet.
2828
29-
* Author(s): Brooke Storm
29+
* Author(s): Matt Land, Brooke Storm, Sam McGahan
3030
3131
"""
3232

adafruit_imageload/pnm/ppm/ppm_ascii.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
Load pixel values (indices or colors) into a bitmap and for an ascii ppm,
2727
return None for pallet.
2828
29-
* Author(s): Brooke Storm
29+
* Author(s): Matt Land, Brooke Storm, Sam McGahan
3030
3131
"""
3232

0 commit comments

Comments
 (0)