Update OAT doc

This commit is contained in:
Romain Thomas
2018-05-05 15:59:43 +02:00
parent 4018724224
commit a47ff2ea66
8 changed files with 140 additions and 2 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ void init_utils(py::module& m) {
m.def("android_version",
&android_version,
"Return a " );
"Return the " RST_CLASS_REF(lief.Android.ANDROID_VERSIONS) " associated with the given OAT version");
}
}