<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=GB2312">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Today, I read the argparse doc and find the Mutual exclusion
    section(<a
      href="http://docs.python.org/2/library/argparse.html#mutual-exclusion">http://docs.python.org/2/library/argparse.html#mutual-exclusion</a>)
    has a problem<br>
    <br>
    <br>
    The function `<b>add_mutually_exclusive_group</b>' in the section is
    :<br>
    <br>
    <font color="#ff0000"><b>argparse.add_mutually_exclusive_group(required=False)</b></font><br>
    <br>
    but add_mutually_exclusive_group belongs to <b>ArgumentParser</b>
    object, not direct to <b>argparse</b>, maybe this is a bug?<br>
  </body>
</html>