Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a510e32 commit 79083c1Copy full SHA for 79083c1
doc/sphinxext/missing_references.py
@@ -136,7 +136,7 @@ def _truncate_location(location):
136
"""
137
Cuts off anything after the first colon in location strings.
138
139
- This allows for easy comparison even when line numbers chagne
+ This allows for easy comparison even when line numbers change
140
(as they do regularly).
141
142
return location.split(":", 1)[0]
tutorials/intermediate/autoscale.py
@@ -92,7 +92,7 @@
92
# with requested margins.
93
#
94
# While sticky edges don't increase the axis limits through extra margins,
95
-# negative margins are still taken into accout. This can be seen in
+# negative margins are still taken into account. This can be seen in
96
# the reduced limits of the third image.
97
98
# Controlling autoscale
0 commit comments