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 15:16:34 +0200 |
commit | c8c1f6d7fca36d3d5eb12c814b858d41f1f3e765 (patch) | |
tree | 336c2e220cf18fe60b2f9b306f820e5090c02cd7 | |
parent | d68315b2bdd8ce3f9a7f2f238fa4a2b249990381 (diff) |
Fix 1 typo in dockerslicing.md
Change-Id: I0bb4c46d3b554cca1dfcaafbf564d9871957c346
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 55d1287585fac93d05e9da5aae8cd1f23a372f1d)
-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 |