8000 Minor changes · matplotlib/matplotlib@170fddf · GitHub
[go: up one dir, main page]

Skip to content

Commit 170fddf

Browse files
authored
Minor changes
1 parent b759924 commit 170fddf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/matplotlib/rcsetup.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def validate_markevery(s: Any) -> MarkEveryType: ...
137137
def _validate_linestyle(s: Any) -> LineStyleType: ...
138138
def validate_markeverylist(s: Any) -> list[MarkEveryType]: ...
139139
def validate_bbox(s: Any) -> Literal["tight", "standard"] | None: ...
140-
def validate_sketch(s: Any) -> None | tuple[float, float, float]: ...
140+
def validate_sketch(s: Any) -> None | tuple[float, float, float, int]: ...
141141
def validate_hatch(s: Any) -> str: ...
142142
def validate_hatchlist(s: Any) -> list[str]: ...
143143
def validate_dashlist(s: Any) -> list[list[float]]: ...

src/path_converters.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -999,7 +999,7 @@ class SketchBase
999999
static int previous_seed;
10001000
protected:
10011001
/* handle the special-case value -1 which means: use the
1002-
previous seed plus one. If not a special value, only
1002+
previous seed plus one. If not a special value, only
10031003
remember it as the last one and return it.
10041004
*/
10051005
int get_prng_seed(int seed)

0 commit comments

Comments
 (0)
0