Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preface: Fix mangled quotes and double quotes in 'Using Code Examples'. #172

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions book/ch00.rst
Original file line number Diff line number Diff line change
Expand Up @@ -524,16 +524,16 @@ Using Code Examples

This book is here to help you get your job done. In general, you may use the code in
this book in your programs and documentation. You do not need to contact us for
permission unless youÕre reproducing a significant portion of the code. For example,
permission unless you're reproducing a significant portion of the code. For example,
writing a program that uses several chunks of code from this book does not require
permission. Selling or distributing a CD-ROM of examples from OÕReilly books does
permission. Selling or distributing a CD-ROM of examples from O'Reilly books does
require permission. Answering a question by citing this book and quoting example
code does not require permission. Incorporating a significant amount of example code
from this book into your productÕs documentation does require permission.
from this book into your product's documentation does require permission.

We appreciate, but do not require, attribution. An attribution usually includes the title,
author, publisher, and ISBN. For example: ÒNatural Language Processing with Python,
by Steven Bird, Ewan Klein, and Edward Loper. O'Reilly Media, 978-0-596-51649-9.Ó
author, publisher, and ISBN. For example: "Natural Language Processing with Python,
by Steven Bird, Ewan Klein, and Edward Loper. O'Reilly Media, 978-0-596-51649-9."
If you feel your use of code examples falls outside fair use or the permission given above,
feel free to contact us at *[email protected]*.

Expand Down