Popular repositories
-
-
Forked from ansible/ansible
Ansible is a radically simple IT orchestration engine that makes your applications and systems easier to deploy. Avoid writing scripts or custom code to deploy and update your applications— automat…
Python 1
-
Forked from geopy/geopy
Semi-official mirror of geopy. Forks & pull requests from here can be incorporated upstream.
Python
-
-
926 contributions in the last year
Less
More
Contribution activity
March 2021
Created 4 commits in 1 repository
Created 1 repository
Created a pull request in edx/edx-platform that received 4 comments
fix: Text comparison should be done with `==` not via is.
Description
is
will check if two objects are the same whereas ==
will check if
their values are the same which is what we want here.
This PR fixes …
+1
−1
•
4
comments