Skip to content

Commit 433e8df

Browse files
Typo
1 parent 9e008e9 commit 433e8df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FindAFactor/_find_a_factor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1219,5 +1219,5 @@ using namespace Qimcifa;
12191219

12201220
PYBIND11_MODULE(_find_a_factor, m) {
12211221
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.");
1222+
m.def("_find_a_factor", &find_a_factor, "Finds any nontrivial factor of input");
12231223
}

0 commit comments

Comments
 (0)