Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitce7d1cb

Browse files
authored
Merge pull request#19567 from katrielester/my-new-feature
DOC: fix typos
2 parentsa510e32 +c60e9f4 commitce7d1cb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎doc/sphinxext/missing_references.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def _truncate_location(location):
136136
"""
137137
Cuts off anything after the first colon in location strings.
138138
139-
This allows for easy comparison even when line numberschagne
139+
This allows for easy comparison even when line numberschange
140140
(as they do regularly).
141141
"""
142142
returnlocation.split(":",1)[0]

‎lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4908,7 +4908,7 @@ def reduce_C_function(C: array) -> float
49084908
# make sure we have no zeros
49094909
accum+=1
49104910

4911-
# autoscale the norm withcurren accum values if it hasn't
4911+
# autoscale the norm withcurrent accum values if it hasn't
49124912
# been set
49134913
ifnormisnotNone:
49144914
ifnorm.vminisNoneandnorm.vmaxisNone:

‎tutorials/intermediate/autoscale.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
# with requested margins.
9393
#
9494
# While sticky edges don't increase the axis limits through extra margins,
95-
# negative margins are still taken intoaccout. This can be seen in
95+
# negative margins are still taken intoaccount. This can be seen in
9696
# the reduced limits of the third image.
9797
#
9898
# Controlling autoscale

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp