diff --git a/docs/generated/singlestoredb.notebook.organization.html b/docs/generated/singlestoredb.notebook.organization.html
index e9ebfcf5..09d3a249 100644
--- a/docs/generated/singlestoredb.notebook.organization.html
+++ b/docs/generated/singlestoredb.notebook.organization.html
@@ -89,7 +89,7 @@
singlestoredb.notebook.organization
-
-singlestoredb.notebook.organization = = <singlestoredb.notebook._objects.Organization object>
+singlestoredb.notebook.organization = <singlestoredb.notebook._objects.Organization object>
Organization in SingleStoreDB Cloud portal.
This object is not directly instantiated. It is used in results
of WorkspaceManager
API calls.
diff --git a/docs/src/post-process-html b/docs/src/post-process-html
index 602bcbd6..52f7b862 100755
--- a/docs/src/post-process-html
+++ b/docs/src/post-process-html
@@ -53,7 +53,7 @@ for file in sorted(txt_files):
)
# Remove singleton representations
- txt = re.sub(r'Organization\(name=.+?\)', r' = <singlestoredb.notebook._objects.Organization object>', txt)
+ txt = re.sub(r'Organization\(name=.+?\)', r' <singlestoredb.notebook._objects.Organization object>', txt)
# Change ShowAccessor to Connection.show
txt = re.sub(r'>ShowAccessor\.', r'>Connection.show.', txt)