Skip to content

Commit 3fbf41e

Browse files
committed
Fix class name
1 parent e712428 commit 3fbf41e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Matplotlib
2-
class Axes3D
2+
class Axes
33
include PyCall::PyObjectWrapper
44

55
@__pyobj__ = PyCall.import_module('matplotlib.axes').Axes

0 commit comments

Comments
 (0)