# HG changeset patch # User Maciej Fijalkowski <fijall@gmail.com> # Date 1329080995 -7200 # Sun Feb 12 23:09:55 2012 +0200 # Branch extradoc # Node ID 57e99e68ffb79bf695e1ca83d041d735809ac326 # Parent b51f57e36174730dd4f9969d015894278a669d81 oops title diff --git a/performance.html b/performance.html --- a/performance.html +++ b/performance.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <html> <head> - <title>PyPy :: PyPy</title> + <title>PyPy :: Performance</title> <meta http-equiv="content-language" content="en" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="author" content="PyPy Team" /> @@ -44,7 +44,7 @@ <div id="content"> <div> <div id="main"> -<h1 class="title">PyPy</h1> +<h1 class="title">Performance</h1> <p>One of the goals of the PyPy project is to provide a fast and compliant python interpreter. Some of the ways we achieve this are by providing a high-performance garbage collector (GC) and a high-performance diff --git a/source/performance.txt b/source/performance.txt --- a/source/performance.txt +++ b/source/performance.txt @@ -1,6 +1,6 @@ --- layout: page -title: PyPy +title: Performance --- One of the goals of the PyPy project is to provide a fast and compliant