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

Skip to content

Commit d319a96

Browse files
committed
updated previous changelog entry
1 parent fc70e19 commit d319a96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/next_api_changes/deprecations/20237-TH.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ QuadMesh signature
33
The ``QuadMesh`` signature ::
44

55
def __init__(meshWidth, meshHeight, coordinates,
6-
antialiased=True, shading=False, **kwargs)
6+
antialiased=True, shading='flat', **kwargs)
77

88
is deprecated and replaced by the new signature ::
99

10-
def __init__(coordinates, *, antialiased=True, shading=False, **kwargs)
10+
def __init__(coordinates, *, antialiased=True, shading='flat', **kwargs)
1111

1212
In particular:
1313

0 commit comments

Comments
 (0)