Skip to content

Commit

Permalink
Merge pull request #43 from atelic/fix/typo-in-python.rst
Browse files Browse the repository at this point in the history
Fix typos and old links
  • Loading branch information
brianjgeiger committed Aug 22, 2016
2 parents 009df7d + aa4c226 commit 254afb4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/osf/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ Regression tests may fall under any one of the categories above (unit, model, vi

.. code-block:: python
# Regression test for https://github.com/CenterForOpenScience/openscienceframework.org/issues/1136
# Regression test for https://github.com/CenterForOpenScience/osf.io/issues/1136
def test_cannot_create_project_with_blank_name(self):
# ...
Expand Down
2 changes: 1 addition & 1 deletion docs/process/pull_requests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Purpose

Currently, the only way to add projects to your Dashboard's Project Organizer is from within the project organizer. There are smart folders with your projects and registrations, and you can search for projects from within the info widget to add to folders, but if you are elsewhere in the OSF, it's a laborious process to get the project into the Organizer. This PR allows you to be on a project and add the current project to the Project Organizer.

Closes Issue https://github.com/CenterForOpenScience/openscienceframework.org/issues/1186
Closes Issue https://github.com/CenterForOpenScience/osf.io/issues/1186

Changes
-------
Expand Down
2 changes: 1 addition & 1 deletion docs/style_guides/git.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Git

Fix bug in loading filetree

[fix CenterForOpenScience/openscienceframework.org#982]
[fix CenterForOpenScience/osf.io#982]

- Write `good commit messages <http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html>`_.

Expand Down
2 changes: 1 addition & 1 deletion docs/style_guides/python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ Use `super` when there is only one superclass.
def __init__(self, name):
super(Employee, self).__init__(name)
# or super().__init__(name) on Python 3
# or super().__init__(name) in Python 3
# ...
Expand Down

0 comments on commit 254afb4

Please sign in to comment.