Skip to content

Commit

Permalink
Fix documentation for rollback() (#647)
Browse files Browse the repository at this point in the history
The expected rollback ID is an integer.
  • Loading branch information
vincentbernat authored and stacywsmith committed Jan 12, 2017
1 parent 988474e commit 999c883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jnpr/junos/utils/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ def rollback(self, rb_id=0):
Rollback the candidate config to either the last active or
a specific rollback number.
:param str rb_id: The rollback id value [0-49], defaults to ``0``.
:param int rb_id: The rollback id value [0-49], defaults to ``0``.
:returns:
``True`` always when successful
Expand Down

0 comments on commit 999c883

Please sign in to comment.