Skip to content

Commit 5c75852

Browse files
committed
requested changes
1 parent ffae89b commit 5c75852

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

shared-bindings/bitops/__init__.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* The MIT License (MIT)
55
*
6-
* Copyright (c) 2018 Roy Hooper
6+
* Copyright (c) 2021 Jeff Epler for Adafruit Industries
77
*
88
* Permission is hereby granted, free of charge, to any person obtaining a copy
99
* of this software and associated documentation files (the "Software"), to deal
@@ -33,7 +33,7 @@
3333
//|
3434
//|
3535

36-
//| def bit_transpose(input: _typing.ReadableBuffer, output: _typing.WriteableBuffer, width:int = 8) -> WriteableBuffer:
36+
//| def bit_transpose(input: ReadableBuffer, output: WriteableBuffer, width:int = 8) -> WriteableBuffer:
3737
//| """"Transpose" a buffer by assembling each output byte with bits taken from each of ``width`` different input bytes.
3838
//|
3939
//| This can be useful to convert a sequence of pixel values into a single

shared-module/bitops/__init__.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* The MIT License (MIT)
55
*
6-
* Copyright (c) 2021 Jeff Epler
6+
* Copyright (c) 2021 Jeff Epler for Adafruit Industries
77
*
88
* Permission is hereby granted, free of charge, to any person obtaining a copy
99
* of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)