Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c3a2c59

Browse files
committed
Merge
2 parents 879329d + b517596 commit c3a2c59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/multiprocessing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1147,7 +1147,7 @@ process::
11471147

11481148
n = Value('i', 7)
11491149
x = Value(c_double, 1.0/3.0, lock=False)
1150-
s = Array('c', 'hello world', lock=lock)
1150+
s = Array('c', b'hello world', lock=lock)
11511151
A = Array(Point, [(1.875,-6.25), (-5.75,2.0), (2.375,9.5)], lock=lock)
11521152

11531153
p = Process(target=modify, args=(n, x, s, A))

0 commit comments

Comments
 (0)