New submission from Kyle Simpson:

The second sentence in http://docs.python.org/3/extending/index.html says:

  Those modules can define new functions but also new
  object types and their methods.

The word "but" doesn't make sense here. I suppose that the
author meant to write:

  Those modules can not only define new functions but
  also new object types and their methods.

----------
assignee: docs@python
components: Documentation
messages: 186886
nosy: Kyle.Simpson, docs@python
priority: normal
severity: normal
status: open
title: English mistake in Extending and Embedding Python doc page.

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17725>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to