Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarchetti committed Jan 28, 2019
1 parent d1bc4ad commit b2effcd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rsconnect_jupyter/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ class EnvironmentException(Exception):
def detect_environment():
"""Determine the python dependencies in the environment.
If requirements.txt exists in the notebook directory,
its contents will be used. Otherwise, the results
of `pip freeze` will be used.
`pip freeze` will be used to introspect the environment.
Returns a dictionary containing the package spec filename
and contents if successful, or a dictionary containing 'error'
Expand Down

0 comments on commit b2effcd

Please sign in to comment.