diff --git a/docs/source/config_files.rst b/docs/source/config_files.rst index 38f4c748..27ee3db1 100644 --- a/docs/source/config_files.rst +++ b/docs/source/config_files.rst @@ -122,7 +122,7 @@ their demo for binder ` diff --git a/docs/source/dev_newbuildpack.md b/docs/source/dev_newbuildpack.md index 05ac93bf..fd6dd7c6 100644 --- a/docs/source/dev_newbuildpack.md +++ b/docs/source/dev_newbuildpack.md @@ -23,4 +23,4 @@ Note that this doesn't apply to adding additional libraries / UI to existing buildpacks. For example, if we had an R buildpack and it supported IRKernel, it is much easier to just support RStudio / Shiny with it, since those are library additions than entirely -new buildpacks. \ No newline at end of file +new buildpacks. diff --git a/repo2docker/buildpacks/base.py b/repo2docker/buildpacks/base.py index 7a422391..5380a37d 100644 --- a/repo2docker/buildpacks/base.py +++ b/repo2docker/buildpacks/base.py @@ -305,7 +305,7 @@ class BuildPack: applied at runtime (set environment variables). The scripts should be as deterministic as possible - running it twice - should not produce different results.! + should not produce different results. """ return []