Skip to content

Commit

Permalink
modify documents
Browse files Browse the repository at this point in the history
  • Loading branch information
xyb committed Nov 16, 2011
1 parent 730199a commit ab7f527
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DebugLibrary.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# This software is licensed under the New BSD License. See the LICENSE
# file in the top distribution directory for the full license text.

'''A interactive shell(REPL) for RobotFramework, can be used as a library
or a standalone script.
'''A debug library for RobotFramework, which can be used as an interactive
shell(REPL) also.
As a library:
*** Settings ***
Expand Down
3 changes: 1 addition & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
Introduction
============

Robotframework-DebugLibrary is a interactive shell(REPL) for `RobotFramework`_
, which can be used as a library or a standalone script.
Robotframework-DebugLibrary is A debug library for `RobotFramework`_, which can be used as an interactive shell(REPL) also.

.. _`RobotFramework`: http://code.google.com/p/robotframework

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
setup(
name = 'DebugLibrary',
version = '0.2',
description = 'RobotFramework Debug Library',
description = 'RobotFramework debug library and an interactive shell',
long_description = README,
author = 'Xie Yanbo',
author_email = 'xieyanbo@gmail.com',
Expand Down

0 comments on commit ab7f527

Please sign in to comment.