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
@@ -40,7 +40,7 @@ void init_versions(py::module& m) {
m.def("version_string",
&version_string,
"Return the Android version as a string.\n"
"Return the " RST_CLASS_REF(lief.Android.ANDROID_VERSIONS) " as a string.\n"
"For example: ``7.0.1``",
"version"_a);