https://bugzilla.redhat.com/show_bug.cgi?id=1979552
Bug ID: 1979552 Summary: Typo in python api example Product: Fedora Documentation Version: devel Status: NEW Component: rpm-guide Assignee: pbokoc@redhat.com Reporter: laurence.rochfort@oracle.com QA Contact: docs-qa@lists.fedoraproject.org CC: bcotton@redhat.com, pkovar@redhat.com, zach@oglesby.co Target Milestone: --- Classification: Fedora
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-sin...
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)
docs-qa@lists.fedoraproject.org