Bug 1979552

Summary: Typo in python api example
Product: [Fedora] Fedora Documentation Reporter: Laurence Rochfort <laurence.rochfort>
Component: rpm-guideAssignee: Petr Bokoc <pbokoc>
Status: CLOSED WONTFIX QA Contact: Fedora Docs QA <docs-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: develCC: bcotton, pkovar, zach
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-07-06 12:25:38 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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.