Python: Apply suggestions from code review

Co-authored-by: yoff <lerchedahl@gmail.com>
This commit is contained in:
Taus
2022-03-08 15:20:35 +01:00
committed by GitHub
parent 5a8ba6a7af
commit 063a8bbc43
12 changed files with 31 additions and 24 deletions

View File

@@ -162,7 +162,7 @@ private Builtin traverse_qualname(Builtin parent, string qualname) {
}
/**
* Arecorded call where we can identify both the `call` and the `callee` uniquely.
* A recorded call where we can identify both the `call` and the `callee` uniquely.
*/
class IdentifiedRecordedCall extends XMLRecordedCall {
IdentifiedRecordedCall() {