diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-10-18 14:53:03 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-10-18 14:53:03 +0200 |
commit | 55d1287585fac93d05e9da5aae8cd1f23a372f1d (patch) | |
tree | 883f775c05c5609687bf22cc8de12c88cc6d45ca | |
parent | a3123a3e72a8ab81814420a67db60b2397525989 (diff) |
Fix 1 typo in dockerslicing.md
Change-Id: I0bb4c46d3b554cca1dfcaafbf564d9871957c346
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | docs/com/pres/dockerslicing/dockerslicing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/com/pres/dockerslicing/dockerslicing.md b/docs/com/pres/dockerslicing/dockerslicing.md index 15fea3037..9f60fdff5 100644 --- a/docs/com/pres/dockerslicing/dockerslicing.md +++ b/docs/com/pres/dockerslicing/dockerslicing.md @@ -11,7 +11,7 @@ ### OPNFV projects' setup.py -- no requirement were installed when calling *python setup.py install* as none of the next keys were set: +- no requirements were installed when calling *python setup.py install* as none of the next keys were set: - install_requires - tests_require - dependency_links |