Bug 1979552 - Typo in python api example
Summary: Typo in python api example
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora Documentation
Classification: Fedora
Component: rpm-guide
Version: devel
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Petr Bokoc
QA Contact: Fedora Docs QA
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-07-06 11:58 UTC by Laurence Rochfort
Modified: 2021-07-06 12:25 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-07-06 12:25:38 UTC
Embargoed:


Attachments (Terms of Use)

Description Laurence Rochfort 2021-07-06 11:58:34 UTC
Description of problem:
There is a typo in the code example in the following section:

https://docs.fedoraproject.org/en-US/Fedora_Draft_Documentation/0.1/html-single/RPM_Guide/index.html#id709134

The example states:

 To turn off all checks, you can pass –1 to setVSFlags:

ts.setVSFlasgs(-1)



The example code should be:

ts.setVSFlags(-1)

Comment 1 Ben Cotton 2021-07-06 12:25:38 UTC
The RPM Guide is no longer actively maintained.


Note You need to log in before you can comment on or make changes to this bug.