Bug 1004328

Summary: Missing the appropriate function name in the rhevm 3.2 docs.
Product: Red Hat Enterprise Virtualization Manager Reporter: Ganesh <gnaik>
Component: DocumentationAssignee: rhev-docs <rhev-docs>
Status: CLOSED WONTFIX QA Contact: ecs-bugs
Severity: high Docs Contact:
Priority: high    
Version: 3.5.0CC: bazulay, gklein, juwu, lbopf, rbalakri, sgordon, yeylon
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard: rhev-cat1
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-09-23 08:26:08 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 Ganesh 2013-09-04 12:24:26 UTC
Description of problem:
In the rhevm 3.2 developer's guide, missing the appropriate function name while defining it. In the below link for the **newState** the function is defined as "def (obj):" but as per the developer document standard it should be "def newState(obj):".

https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Virtualization/3.2/html/Developer_Guide/Further_Python_SDK_Examples.html


Version-Release number of selected component (if applicable):
RHEVM 3.2

How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:
The function is "def (obj):" for newState.

Expected results:
The function should be "def newState(obj):" for newState.