Opened 15 years ago

Closed 15 years ago

#1115 closed Bugs (fixed)

Broken exec example in BPL docs

Reported by: Lars Viklund <zao@…> Owned by: Dave Abrahams
Milestone: To Be Determined Component: python USE GITHUB
Version: Boost 1.34.0 Severity: Problem
Keywords: python doc greet example Cc:

Description

In /boost/libs/python/doc/v2/exec.html, the example defines a python function through def greet(self):
This should be def greet(): since it's supposed to be a regular function, not a method in a class.

Change History (1)

comment:1 by Stefan Seefeld, 15 years ago

Resolution: fixed
Status: newclosed

Fixed on development (i.e. RC_1_34_0) branch.

Note: See TracTickets for help on using tickets.