File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
doc/userguide/src/ExtendingRobotFramework Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -402,7 +402,7 @@ override possible existing class attributes.
402
402
403
403
When a class is decorated with the `@library ` decorator, it is used as a library
404
404
even when a `library import refers only to a module containing it `__. This is done
405
- regardless does the the class name match the module name or not.
405
+ regardless does the class name match the module name or not.
406
406
407
407
.. note :: The `@library` decorator is new in Robot Framework 3.2,
408
408
the `converters ` argument is new in Robot Framework 5.0, and
Original file line number Diff line number Diff line change @@ -828,7 +828,7 @@ Listener examples
828
828
-----------------
829
829
830
830
This section contains examples using the listener interface. First examples
831
- illustrate getting notifications durin execution and latter examples modify
831
+ illustrate getting notifications during execution and latter examples modify
832
832
executed tests and created results.
833
833
834
834
Getting information
You can’t perform that action at this time.
0 commit comments