From 92481a8cebf2715cd72ab6f27001e89790f82e1c Mon Sep 17 00:00:00 2001
From: Dani Pozo
Date: Thu, 11 Apr 2024 17:29:31 +0200
Subject: [PATCH] Document jpathdir option in Python binding
---
doc/ref/bindings.html | 1 +
1 file changed, 1 insertion(+)
diff --git a/doc/ref/bindings.html b/doc/ref/bindings.html
index 48b5eb61e..18b0451d1 100644
--- a/doc/ref/bindings.html
+++ b/doc/ref/bindings.html
@@ -128,6 +128,7 @@ Python API
Keyword arguments to these functions are used to control the virtual machine. They are:
+ - jpathdir (string or list of strings)
- max_stack (number)
- gc_min_objects (number)
- gc_growth_trigger (number)