Skip to content

Commit 85786ef

Browse files
emkornfieldpitrou
authored andcommitted
change messages
1 parent 3626a90 commit 85786ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/src/arrow/python/common.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class PythonErrorDetail : public StatusDetail {
5959
public:
6060
PythonErrorDetail() = default;
6161
const char* type_id() const override { return kErrorDetailTypeId; }
62-
std::string ToString() const override { return "Python Error."; }
62+
std::string ToString() const override { return "Uncaught Python."; }
6363
};
6464

6565
} // namespace

0 commit comments

Comments
 (0)