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

Small RST fix in datamodel.rst #48043

Closed
mgiuca mannequin opened this issue Sep 6, 2008 · 2 comments
Closed

Small RST fix in datamodel.rst #48043

mgiuca mannequin opened this issue Sep 6, 2008 · 2 comments
Assignees
Labels
docs Documentation in the Doc dir

Comments

@mgiuca
Copy link
Mannequin

mgiuca mannequin commented Sep 6, 2008

BPO 3793
Nosy @birkenfeld
Files
  • patch
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/birkenfeld'
    closed_at = <Date 2008-09-06.17:43:12.532>
    created_at = <Date 2008-09-06.13:36:31.619>
    labels = ['docs']
    title = 'Small RST fix in datamodel.rst'
    updated_at = <Date 2008-09-06.17:43:12.531>
    user = 'https://bugs.python.org/mgiuca'

    bugs.python.org fields:

    activity = <Date 2008-09-06.17:43:12.531>
    actor = 'georg.brandl'
    assignee = 'georg.brandl'
    closed = True
    closed_date = <Date 2008-09-06.17:43:12.532>
    closer = 'georg.brandl'
    components = ['Documentation']
    creation = <Date 2008-09-06.13:36:31.619>
    creator = 'mgiuca'
    dependencies = []
    files = ['11405']
    hgrepos = []
    issue_num = 3793
    keywords = []
    message_count = 2.0
    messages = ['72668', '72675']
    nosy_count = 2.0
    nosy_names = ['georg.brandl', 'mgiuca']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue3793'
    versions = ['Python 3.0']

    @mgiuca
    Copy link
    Mannequin Author

    mgiuca mannequin commented Sep 6, 2008

    A missing blank line under the heading for __bool__ in datamodel.rst (in
    Python 3.0 docs) causes the following line to appear in the output HTML.

    ".. index:: single: __len__() (mapping object method)"

    Visible here:
    http://docs.python.org/dev/3.0/reference/datamodel.html#object.\_\_bool__

    Fixed in attached patch by adding a blank line.

    Commit log:
    Added blank line to avoid RST source leaking into HTML output.

    @mgiuca mgiuca mannequin assigned birkenfeld Sep 6, 2008
    @mgiuca mgiuca mannequin added the docs Documentation in the Doc dir label Sep 6, 2008
    @birkenfeld
    Copy link
    Member

    Fixed in r66260.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    docs Documentation in the Doc dir
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant