Skip to content

Commit 00cbae3

Browse files
DOC: fix SA01 for pandas.errors.MergeError
Co-authored-by: mroeschke <[email protected]>
1 parent 206af43 commit 00cbae3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pandas/errors/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -265,10 +265,6 @@ class MergeError(ValueError):
265265
--------
266266
DataFrame.join : For joining DataFrames on their indexes.
267267
merge : For merging two DataFrames on a common set of keys.
268-
ValueError : Base class for exceptions related to invalid arguments.
269-
NotImplementedError : A built-in exception that can also be used for abstract
270-
methods but lacks the specificity of `AbstractMethodError` in indicating
271-
the need for subclass implementation.
272268
273269
Examples
274270
--------

0 commit comments

Comments
 (0)