Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pylibs/rope/base/default_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


def set_prefs(prefs):
"""This function is called before opening the project"""
"""This function is called before opening the project."""

# Specify which files and folders to ignore in the project.
# Changes to ignored resources are not added to the history and
Expand Down Expand Up @@ -81,5 +81,5 @@ def set_prefs(prefs):


def project_opened(project):
"""This function is called after opening the project"""
"""This function is called after opening the project."""
# Do whatever you like here!