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

Appearance settings

Commit 7f7a096

Browse filesBrowse files
committed
Streamlining
1 parent aabd0c4 commit 7f7a096
Copy full SHA for 7f7a096

File tree

Expand file treeCollapse file tree

4 files changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+4
-4
lines changed

‎doc/api/prev_api_changes/api_changes_1.5.0.rst

Copy file name to clipboardExpand all lines: doc/api/prev_api_changes/api_changes_1.5.0.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ algorithm that was not necessarily applicable to custom Axes. Three new private
189189
methods, ``matplotlib.axes._base._AxesBase._get_view``,
190190
``matplotlib.axes._base._AxesBase._set_view``, and
191191
``matplotlib.axes._base._AxesBase._set_view_from_bbox``, allow for custom
192-
*Axes* classes to override the pan and zoom algorithms. Implementers of
192+
*Axes* classes to override the pan and zoom algorithms. Implementors of
193193
custom *Axes* who override these methods may provide suitable behaviour for
194194
both pan and zoom as well as the view navigation buttons on the interactive
195195
toolbars.

‎doc/api/prev_api_changes/api_changes_3.1.0.rst

Copy file name to clipboardExpand all lines: doc/api/prev_api_changes/api_changes_3.1.0.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ Changes in parameter names
795795
- The *normed* parameter to `.Axes.hist2d` has been renamed to *density*.
796796
- The *s* parameter to `.Annotation` (and indirectly `.Axes.annotate`) has
797797
been renamed to *text*.
798-
- The *tolerance* parameter to
798+
- The *tolerence* parameter to
799799
`.bezier.find_bezier_t_intersecting_with_closedpath`,
800800
`.bezier.split_bezier_intersecting_with_closedpath`,
801801
``bezier.find_r_to_boundary_of_closedpath``,

‎extern/agg24-svn/include/agg_array.h

Copy file name to clipboardExpand all lines: extern/agg24-svn/include/agg_array.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ namespace agg
776776
// Memory is allocated with blocks of fixed size ("block_size" in
777777
// the constructor). If required size exceeds the block size the allocator
778778
// creates a new block of the required size. However, the most efficient
779-
// use is when the average required size is much less than the block size.
779+
// use is when the average required size is much less than the block size.
780780
//------------------------------------------------------------------------
781781
class block_allocator
782782
{

‎extern/agg24-svn/include/agg_math.h

Copy file name to clipboardExpand all lines: extern/agg24-svn/include/agg_math.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ namespace agg
286286
#else
287287

288288
//This code is actually pure C and portable to most
289-
//architectures including 64bit ones.
289+
//architectures including 64bit ones.
290290
unsigned t = val;
291291
int bit=0;
292292
unsigned shift = 11;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.