We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e008e9 commit 433e8dfCopy full SHA for 433e8df
FindAFactor/_find_a_factor.cpp
@@ -1219,5 +1219,5 @@ using namespace Qimcifa;
1219
1220
PYBIND11_MODULE(_find_a_factor, m) {
1221
m.doc() = "pybind11 plugin to find any factor of input";
1222
- m.def("_find_a_factor", &find_a_factor, "Finds any nontrivial factor of input.");
+ m.def("_find_a_factor", &find_a_factor, "Finds any nontrivial factor of input");
1223
}
0 commit comments