diff --git a/_requirements_/specification.pdf b/_requirements_/specification.pdf index a1a1e59..9ce5a70 100644 Binary files a/_requirements_/specification.pdf and b/_requirements_/specification.pdf differ diff --git a/_requirements_/specification.py b/_requirements_/specification.py index 6d818e2..ed03637 100644 --- a/_requirements_/specification.py +++ b/_requirements_/specification.py @@ -1,5 +1,5 @@ def specification(req_spec): - req_spec.add_title("Title") + req_spec.add_title("Module stringtools") # # Section @@ -266,4 +266,4 @@ def specification(req_spec): heading="Frame processing - After state corruption", description="The state of STP shall be set to IDLE, after an unknown state was recognised. The currently processed data shall be processed again. An error shall be given to the logger.", reason="Robustness against wrong or corrupted data.", - ) \ No newline at end of file + )