Skip to content

Commit f0c1d9a

Browse files
authored
Merge pull request bpython#662 from badshah400/master
Close <p> node in description correctly.
2 parents 27322d8 + 3645774 commit f0c1d9a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

data/bpython.appdata.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
<p>
1212
bpython is a fancy interface to the Python interpreter. It has the
1313
following features:
14-
<ul>
15-
<li>In-line syntax highlighting.</li>
16-
<li>Readline-like autocomplete with suggestion displayed as you type.</li>
17-
<li>Expected parameter list for any Python function.</li>
18-
<li>"Rewind" function to pop the last line of code from memory and re-evaluate.</li>
19-
<li>Send the code you've entered off to a pastebin.</li>
20-
<li>Save the code you've entered to a file.</li>
21-
<li>Auto-indentation.</li>
22-
</ul>
2314
</p>
15+
<ul>
16+
<li>In-line syntax highlighting.</li>
17+
<li>Readline-like autocomplete with suggestion displayed as you type.</li>
18+
<li>Expected parameter list for any Python function.</li>
19+
<li>"Rewind" function to pop the last line of code from memory and re-evaluate.</li>
20+
<li>Send the code you've entered off to a pastebin.</li>
21+
<li>Save the code you've entered to a file.</li>
22+
<li>Auto-indentation.</li>
23+
</ul>
2424
</description>
2525
<url type="homepage">http://www.bpython-interpreter.org/</url>
2626
<url type="bugtracker">https://github.com/bpython/bpython/issues</url>

0 commit comments

Comments
 (0)