How to find "in" in the documentation

Benjamin Peterson benjamin at python.org
Fri Mar 13 17:29:57 EDT 2009


 <tinnews <at> isbd.co.uk> writes:

> 
> I've had this trouble before, how do I find the details of how "in"
> works in the documentation.  E.g. the details of:-
> 
>     if string in bigstring:
> 
> It gets a mention in the "if" section but not a lot.

Look here: http://docs.python.org/reference/expressions.html#id12





More information about the Python-list mailing list