From df3f736b0c20ebc6533a74eede7d80dcb9a94081 Mon Sep 17 00:00:00 2001 From: BuMiTa Date: Thu, 12 Dec 2024 13:33:05 +0700 Subject: [PATCH] Z3->z3 --- guide-examples.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide-examples.htm b/guide-examples.htm index 59c5ca7..dec1c8d 100644 --- a/guide-examples.htm +++ b/guide-examples.htm @@ -1088,7 +1088,7 @@

Using Z3Py Locally

Z3Py is part of the Z3 distribution. It is located in the python subdirectory. To use it locally, you have to include the following command in your Python script.

-from Z3 import *
+from z3 import *
 

The Z3 Python frontend directory must be in your PYTHONPATH environment variable.