There was an error while loading. Please reload this page.
1 parent b759924 commit 170fddfCopy full SHA for 170fddf
2 files changed
lib/matplotlib/rcsetup.pyi
@@ -137,7 +137,7 @@ def validate_markevery(s: Any) -> MarkEveryType: ...
137
def _validate_linestyle(s: Any) -> LineStyleType: ...
138
def validate_markeverylist(s: Any) -> list[MarkEveryType]: ...
139
def validate_bbox(s: Any) -> Literal["tight", "standard"] | None: ...
140
-def validate_sketch(s: Any) -> None | tuple[float, float, float]: ...
+def validate_sketch(s: Any) -> None | tuple[float, float, float, int]: ...
141
def validate_hatch(s: Any) -> str: ...
142
def validate_hatchlist(s: Any) -> list[str]: ...
143
def validate_dashlist(s: Any) -> list[list[float]]: ...
src/path_converters.h
@@ -999,7 +999,7 @@ class SketchBase
999
static int previous_seed;
1000
protected:
1001
/* handle the special-case value -1 which means: use the
1002
- previous seed plus one. If not a special value, only
+ previous seed plus one. If not a special value, only
1003
remember it as the last one and return it.
1004
*/
1005
int get_prng_seed(int seed)
0 commit comments