summaryrefslogtreecommitdiff
path: root/libs/python/doc/html/building/background.html
diff options
context:
space:
mode:
Diffstat (limited to 'libs/python/doc/html/building/background.html')
-rw-r--r--libs/python/doc/html/building/background.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/python/doc/html/building/background.html b/libs/python/doc/html/building/background.html
index a7aca7f031..7e746c8f38 100644
--- a/libs/python/doc/html/building/background.html
+++ b/libs/python/doc/html/building/background.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Background</title>
<link rel="stylesheet" href="../boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../index.html" title="Boost.Python">
<link rel="up" href="../building.html" title="Chapter&#160;1.&#160;Building and Testing">
<link rel="prev" href="../building.html" title="Chapter&#160;1.&#160;Building and Testing">
@@ -22,7 +22,7 @@
<p>
There are two basic models for combining C++ and Python:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
<a href="http://www.python.org/doc/current/ext/intro.html" target="_top">extending</a>,
in which the end-user launches the Python interpreter executable and