Skip to content

Commit

Permalink
Fixed space
Browse files Browse the repository at this point in the history
Fixed space in <emphasis>or</emphasis>
  • Loading branch information
mzico committed Jun 15, 2015
1 parent 6684e46 commit ccda9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en-US/operatorsexpressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ True
<section id="pythonforyouandme-Operators-Expressions-logical-operators">
<title>Logical Operators</title>
<para>
To do logical AND , OR we use <emphasis>and</emphasis> ,<emphasis> or</emphasis> keywords. <emphasis>x and y</emphasis> returns <emphasis>False</emphasis> if <emphasis>x</emphasis> is <emphasis>False</emphasis> else it returns evaluation of <emphasis>y</emphasis>. If <emphasis>x</emphasis> is <emphasis>True</emphasis>, it returns <emphasis>True</emphasis>.
To do logical AND , OR we use <emphasis>and</emphasis> ,<emphasis>or</emphasis> keywords. <emphasis>x and y</emphasis> returns <emphasis>False</emphasis> if <emphasis>x</emphasis> is <emphasis>False</emphasis> else it returns evaluation of <emphasis>y</emphasis>. If <emphasis>x</emphasis> is <emphasis>True</emphasis>, it returns <emphasis>True</emphasis>.
</para>
<programlisting language="Python">
<![CDATA[>>> 1 and 4
Expand Down

0 comments on commit ccda9c9

Please sign in to comment.