1
0
mirror of https://github.com/ARM-software/devlib.git synced 2025-01-31 02:00:45 +00:00

DevlibError: Fix project name in docstring

This commit is contained in:
Brendan Jackman 2017-03-01 18:54:54 +00:00
parent 6410318b49
commit 1fa6f92064

View File

@ -15,7 +15,7 @@
class DevlibError(Exception):
"""Base class for all Workload Automation exceptions."""
"""Base class for all Devlib exceptions."""
pass